summaryrefslogtreecommitdiffstats
path: root/base/pkg-get/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/pkg-get/Pkgfile')
-rw-r--r--base/pkg-get/Pkgfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/base/pkg-get/Pkgfile b/base/pkg-get/Pkgfile
index 70a468e88..7af504f5b 100644
--- a/base/pkg-get/Pkgfile
+++ b/base/pkg-get/Pkgfile
@@ -1,4 +1,4 @@
-# Description: Package management tool for CRUX Linux
+# Description: Outil de gestion de paquets binaires pour NuTyX
# URL: http://www.varlock.com
# Maintainer: Simone Rota, sip at crux dot nu
# Packager: Simone Rota, sip at crux dot nu
@@ -6,7 +6,7 @@
name=pkg-get
version=0.4.5
-release=9
+release=10
source=(http://www.varlock.com/files/$name-$version.tar.gz \
pkg-get-0.4.5-NuTyX-02.patch pkg-get.conf pkg-repgen.patch syn)
@@ -16,6 +16,8 @@ ARCH_=`uname -m`
patch -Np1 -i ../pkg-repgen.patch
patch -Np1 -i ../pkg-get-$version-NuTyX-02.patch
make PREFIX=$PKG/usr CFGDIR=$PKG/etc install
+ mkdir -p $PKG/usr/share
+ mv $PKG/usr/{man,share/man}
install -m 755 ../syn $PKG/usr/bin/syn
sed -i "s|CRUX Packages|Paquets NuTyX Architecture $ARCH_|g" $PKG/usr/bin/pkg-repgen
sed -i "s|Generated by|Généré par|g" $PKG/usr/bin/pkg-repgen