diff options
author | tnut <tnut at nutyx dot com> | 2011-10-16 15:11:27 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-16 15:11:27 +0200 |
commit | 256643d1bdc082873038ebb8a68189e6f5b36c6d (patch) | |
tree | ff521838cc0d834eac06c2d9d826f64258222eaf /base/pkg-repgen/Pkgfile | |
parent | e9b52d6fd215ed1b762853a53a67a351d7d3f5d0 (diff) | |
download | nutyx-extra-256643d1bdc082873038ebb8a68189e6f5b36c6d.tar.gz nutyx-extra-256643d1bdc082873038ebb8a68189e6f5b36c6d.tar.bz2 nutyx-extra-256643d1bdc082873038ebb8a68189e6f5b36c6d.tar.xz nutyx-extra-256643d1bdc082873038ebb8a68189e6f5b36c6d.zip |
pkg-repgen dans extra
Diffstat (limited to 'base/pkg-repgen/Pkgfile')
-rw-r--r-- | base/pkg-repgen/Pkgfile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/base/pkg-repgen/Pkgfile b/base/pkg-repgen/Pkgfile deleted file mode 100644 index 8aa333fe5..000000000 --- a/base/pkg-repgen/Pkgfile +++ /dev/null @@ -1,24 +0,0 @@ -# Description: Outil de gestion de paquets binaires pour NuTyX -# URL: http://www.varlock.com et nutyx.org -# Maintainer: thierryn1 at hispeed dot ch -# Packager: thierryn1 at hispeed dot ch - -name=pkg-repgen -version=0.5.2 -release=1 -source=(http://nutyx.meticul.eu/files/pkg-get-$version.tar.gz) - -build() { -ARCH_=`uname -m` - cd pkg-get-$version - make PREFIX=$PKG/usr CFGDIR=$PKG/etc install - mkdir -p $PKG/usr/share - mv $PKG/usr/{man,share/man} - rm $PKG/etc/pkg-get.conf - rm $PKG/usr/bin/pkg-get - rm $PKG/usr/share/man/man8/pkg-get.8 - if [ "$ARCH_" == "x86_64" ]; then - sed -i "s/i686/x86_64/" $PKG/usr/bin/pkg-repgen - fi -} - |