summaryrefslogtreecommitdiffstats
path: root/pkgutils
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 10:20:53 +0100
committerLukc <lukc@upyum.com>2010-12-12 10:20:53 +0100
commit0a850a1dec56b37ac82e4d44153319e59fe7152d (patch)
treee14361289b93c00d309e02720ec4a30f2ee38d7e /pkgutils
parent42090941bb15c6fec839a8c27b9008f1203f4038 (diff)
downloadbase-0a850a1dec56b37ac82e4d44153319e59fe7152d.tar.gz
base-0a850a1dec56b37ac82e4d44153319e59fe7152d.tar.bz2
base-0a850a1dec56b37ac82e4d44153319e59fe7152d.tar.xz
base-0a850a1dec56b37ac82e4d44153319e59fe7152d.zip
Recette des pkgutils mise à jour.
NOTE: N’a pas voulu compiler sur ma Gentoo, à cause du .pc de la libarchive manquant, provoquant des erreurs d’édition de liens…
Diffstat (limited to 'pkgutils')
-rw-r--r--pkgutils/.sha256sum1
-rw-r--r--pkgutils/Pkgfile12
2 files changed, 7 insertions, 6 deletions
diff --git a/pkgutils/.sha256sum b/pkgutils/.sha256sum
new file mode 100644
index 0000000..5036381
--- /dev/null
+++ b/pkgutils/.sha256sum
@@ -0,0 +1 @@
+8ecf3ff4e88c44418e28902ee01de7e4933c8c60023221c80425053d82a428b9 pkgutils-5.35.1.tar.gz
diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile
index 41af362..5c1aa93 100644
--- a/pkgutils/Pkgfile
+++ b/pkgutils/Pkgfile
@@ -1,15 +1,15 @@
-description="A set of utilities to manage software packages"
-packager=""
-maintainer="CRUX System Team, core-ports at crux dot nu"
+description="A set of utilities to manage software packages."
+packager="CRUX System Team <core-ports AT crux DOT nu>"
+maintainer="Lukc <lukc AT upyum DOT com>"
url="http://crux.nu/gitweb/?p=tools/pkgutils.git"
depends=(libarchive)
name=pkgutils
version=5.35.1
release=1
-source=(http://crux.nu/files/pkgutils-5.35.1.tar.gz)
+source=(http://crux.nu/files/$name-$version.tar.gz)
build ()
{
- cd $name-$version;
- make DESTDIR=$PKG install
+ cd $name-$version;
+ make DESTDIR=$PKG MANDIR=$mandir install
}