diff options
author | sibel <lesibel@free.fr> | 2011-02-03 10:37:44 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-02-03 10:37:44 +0100 |
commit | 2f375c25ecb42591e2ede476ba84b06295ebd863 (patch) | |
tree | b02ce59a50c959757db54ae50450059d60a2043f /base/pkg-get-awk/Pkgfile | |
parent | 45bb6e63dc6a78d33d14508a9c217796f101a23a (diff) | |
parent | 1506f9971307bb66d6edf2edc51a20e5723371b4 (diff) | |
download | nutyx-pakxe-2f375c25ecb42591e2ede476ba84b06295ebd863.tar.gz nutyx-pakxe-2f375c25ecb42591e2ede476ba84b06295ebd863.tar.bz2 nutyx-pakxe-2f375c25ecb42591e2ede476ba84b06295ebd863.tar.xz nutyx-pakxe-2f375c25ecb42591e2ede476ba84b06295ebd863.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'base/pkg-get-awk/Pkgfile')
-rw-r--r-- | base/pkg-get-awk/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/base/pkg-get-awk/Pkgfile b/base/pkg-get-awk/Pkgfile new file mode 100644 index 000000000..f3ede11d8 --- /dev/null +++ b/base/pkg-get-awk/Pkgfile @@ -0,0 +1,22 @@ +# Description: Un gestionnaire de paquets binaire pour NuTyX léger et rapide +# URL: http://www.nutyx.org +# Maintainer: NuTyX core team +# Packager: guy_ +# Depends on: gawk + +name=pkg-get-awk +version=0.3.1 +release=1 +source=(pkg-get.awk pkg-get-awk.conf pkg-get.po) + +PKGMK_KEEP_LOCALES=yes + +build() { + msgfmt pkg-get.po -o pkg-get.mo + mkdir -p $PKG/usr/bin + install -m 755 pkg-get.awk $PKG/usr/bin + mkdir -p $PKG/etc + install -m 664 pkg-get-awk.conf $PKG/etc + mkdir -p $PKG/usr/share/locale/en/LC_MESSAGES + install -m 644 pkg-get.mo $PKG/usr/share/locale/en/LC_MESSAGES +} |