From 22a72356f8e02a11f8798efbce7da74d4fdf12f1 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 24 Jul 2020 20:40:50 +0300 Subject: cpt: add new package at 3.0.0 --- core/cpt/build | 4 ++++ core/cpt/checksums | 2 ++ core/cpt/depends | 2 ++ core/cpt/files/cpt_path.sh | 1 + core/cpt/message | 7 +++++++ core/cpt/sources | 2 ++ core/cpt/version | 1 + 7 files changed, 19 insertions(+) create mode 100755 core/cpt/build create mode 100644 core/cpt/checksums create mode 100644 core/cpt/depends create mode 100644 core/cpt/files/cpt_path.sh create mode 100644 core/cpt/message create mode 100644 core/cpt/sources create mode 100644 core/cpt/version (limited to 'core/cpt') diff --git a/core/cpt/build b/core/cpt/build new file mode 100755 index 00000000..4fd28dbc --- /dev/null +++ b/core/cpt/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +install -Dm755 cpt_path.sh "$1/etc/profile.d/cpt_path.sh" +make PREFIX=/usr DESTDIR="$1" install diff --git a/core/cpt/checksums b/core/cpt/checksums new file mode 100644 index 00000000..764d29b5 --- /dev/null +++ b/core/cpt/checksums @@ -0,0 +1,2 @@ +f50001c77a26f0f9429317d7b372870157d30366849b8dce8aeba066a87ec739 3.0.0.tar.gz +b80299c6f27622399b3243bf46eeade6137b1c9803933539cf42f5599a612e5a cpt_path.sh diff --git a/core/cpt/depends b/core/cpt/depends new file mode 100644 index 00000000..a615eba9 --- /dev/null +++ b/core/cpt/depends @@ -0,0 +1,2 @@ +curl +rsync diff --git a/core/cpt/files/cpt_path.sh b/core/cpt/files/cpt_path.sh new file mode 100644 index 00000000..6531d3e8 --- /dev/null +++ b/core/cpt/files/cpt_path.sh @@ -0,0 +1 @@ +export CPT_PATH=/var/db/cpt/repo/core:/var/db/cpt/repo/extra:/var/db/cpt/repo/xorg diff --git a/core/cpt/message b/core/cpt/message new file mode 100644 index 00000000..a88bdd77 --- /dev/null +++ b/core/cpt/message @@ -0,0 +1,7 @@ +IMPORTANT + + kiss has been replaced with cpt (Carbs Packaging Tools). You will + have to rename your kiss-related variables from KISS-* to CPT-*. + Even though usage more or less the same with kiss, you may want to + check the manual pages (each tool has its own). + diff --git a/core/cpt/sources b/core/cpt/sources new file mode 100644 index 00000000..a28154e3 --- /dev/null +++ b/core/cpt/sources @@ -0,0 +1,2 @@ +https://github.com/carbslinux/cpt/archive/3.0.0.tar.gz +files/cpt_path.sh diff --git a/core/cpt/version b/core/cpt/version new file mode 100644 index 00000000..4fc4c8a7 --- /dev/null +++ b/core/cpt/version @@ -0,0 +1 @@ +3.0.0 1 -- cgit v1.2.3