summaryrefslogtreecommitdiffstats
path: root/prt-get
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 10:24:54 +0100
committerLukc <lukc@upyum.com>2010-12-12 10:24:54 +0100
commit034cea25a7f6cc41fe118da08824ae1743c74a1e (patch)
tree3ae92f3f93dca6cc96e1cec4a9dfd8a0e41609ec /prt-get
parent0a850a1dec56b37ac82e4d44153319e59fe7152d (diff)
downloadbase-034cea25a7f6cc41fe118da08824ae1743c74a1e.tar.gz
base-034cea25a7f6cc41fe118da08824ae1743c74a1e.tar.bz2
base-034cea25a7f6cc41fe118da08824ae1743c74a1e.tar.xz
base-034cea25a7f6cc41fe118da08824ae1743c74a1e.zip
Recette de prt-get mise à jour.
Diffstat (limited to 'prt-get')
-rw-r--r--prt-get/.footprint13
-rw-r--r--prt-get/.sha256sum4
-rw-r--r--prt-get/Pkgfile22
3 files changed, 22 insertions, 17 deletions
diff --git a/prt-get/.footprint b/prt-get/.footprint
index 2c505fe..8ea6331 100644
--- a/prt-get/.footprint
+++ b/prt-get/.footprint
@@ -4,12 +4,13 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/prt-cache -> prt-get
-rwxr-xr-x root/root usr/bin/prt-get
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man5/
--rw-r--r-- root/root usr/man/man5/prt-get.conf.5.gz
-drwxr-xr-x root/root usr/man/man8/
--rw-r--r-- root/root usr/man/man8/prt-cache.8.gz
--rw-r--r-- root/root usr/man/man8/prt-get.8.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man5/
+-rw-r--r-- root/root usr/share/man/man5/prt-get.conf.5.bz2
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/prt-cache.8.bz2
+-rw-r--r-- root/root usr/share/man/man8/prt-get.8.bz2
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/lib/
drwxr-xr-x root/root var/lib/pkg/
diff --git a/prt-get/.sha256sum b/prt-get/.sha256sum
new file mode 100644
index 0000000..53fcc12
--- /dev/null
+++ b/prt-get/.sha256sum
@@ -0,0 +1,4 @@
+7e371480f8739b03c34ffc25e0d2e161f2fca32ba57de7f75c79724497b0b96d prt-get-5.18.tar.gz
+df473d38e59d1d6cd859d986a5d6586fdc54bfd51663313c63a939e941984b7b prt-get.aliases
+283ff0e9b88b9f0393bfd47ae8d738582f254d29a7192f87d177278826bb70c4 prt-get.conf
+f2d56cc5bcb656eb5eaecd2d5478c3035d96105cda709e06e590513162efe2fb prt-get.diff
diff --git a/prt-get/Pkgfile b/prt-get/Pkgfile
index 5a1e95e..4b72cd0 100644
--- a/prt-get/Pkgfile
+++ b/prt-get/Pkgfile
@@ -1,20 +1,20 @@
-description="A utility to simplify ports searching/installing"
-packager=""
-maintainer="CRUX System Team, core-ports at crux dot nu"
+description="A utility to simplify ports searching/installing."
+packager="CRUX System Team <core-ports AT crux DOT nu>"
+maintainer="Lukc <lukc AT upyum DOT com>"
url="http://jw.smts.ch/files/crux/prt-get_quickstart.html"
depends=()
name=prt-get
version=5.18
release=2
-source=(http://jw.smts.ch/files/crux/prt-get-5.18.tar.gz prt-get.conf prt-get.aliases prt-get.diff)
+source=(http://jw.smts.ch/files/crux/$name-$version.tar.gz prt-get.conf prt-get.aliases prt-get.diff)
build ()
{
- cd ${name}-${version};
- patch -p1 -i $SRC/$name.diff;
- ./configure --prefix=/usr --mandir=/usr/man;
- make;
- make DESTDIR=$PKG install;
- install -m 644 $SRC/prt-get.conf $PKG/etc/;
- install -D -m 644 $SRC/prt-get.aliases $PKG/var/lib/pkg/prt-get.aliases
+ cd ${name}-${version};
+ patch -p1 -i $SRC/$name.diff;
+ ./configure --prefix=$prefix --mandir=$mandir;
+ make;
+ make DESTDIR=$PKG install;
+ install -m 644 $SRC/prt-get.conf $PKG/etc/;
+ install -D -m 644 $SRC/prt-get.aliases $PKG/var/lib/pkg/prt-get.aliases
}