From 99f904b1d7415313c71a434d31f333101af511fa Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 15 Jul 2012 22:30:06 +0200 Subject: pkgmk 0.0.2-1 (cherry picked from commit 3ac76e66e1c66af623f9d6e366ea330ae7699886) --- pkgmk/Pkgfile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'pkgmk/Pkgfile') diff --git a/pkgmk/Pkgfile b/pkgmk/Pkgfile index ae91d9249..a51e40948 100644 --- a/pkgmk/Pkgfile +++ b/pkgmk/Pkgfile @@ -1,5 +1,4 @@ -# Description: L'outil pour la production des paquets binaires pour -# NuTyX +# Description: L'outil pour la production des paquets binaires pour NuTyX # URL: http://www.nutyx.org # Maintainer: kiao.no-ip.info/NuTyX/git/?p=pkgmk;a=summary # Packager: thierryn1 at hispeed dot ch @@ -7,15 +6,15 @@ # Run on: name=pkgmk -version=0.0.1 +version=0.0.2 release=1 -source=(http://nutyx.meticul.eu/files/$name-$version.tar.gz) +source=(http://nutyx.meticul.eu/files/$name-info-$version.tar.gz) build() { ARCH_=`uname -m` - cd $name-$version + cd $name-info-$version make clean make all make DESTDIR=$PKG install -- cgit v1.2.3-54-g00ecf