summaryrefslogtreecommitdiffstats
path: root/pkgmk/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2012-07-15 22:30:06 +0200
committerpiernov <piernov@piernov.org>2012-08-06 14:23:33 +0200
commit99f904b1d7415313c71a434d31f333101af511fa (patch)
tree49d7e70d312d6659a03e9a7b1cc5305a7686011e /pkgmk/Pkgfile
parent7163d525fe97190d13dab94ccb4646109b90e5e5 (diff)
downloadnutyx-pakxe-99f904b1d7415313c71a434d31f333101af511fa.tar.gz
nutyx-pakxe-99f904b1d7415313c71a434d31f333101af511fa.tar.bz2
nutyx-pakxe-99f904b1d7415313c71a434d31f333101af511fa.tar.xz
nutyx-pakxe-99f904b1d7415313c71a434d31f333101af511fa.zip
pkgmk 0.0.2-1
(cherry picked from commit 3ac76e66e1c66af623f9d6e366ea330ae7699886)
Diffstat (limited to 'pkgmk/Pkgfile')
-rw-r--r--pkgmk/Pkgfile9
1 files changed, 4 insertions, 5 deletions
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