summaryrefslogtreecommitdiffstats
path: root/base/pkg-get-awk/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-27 15:49:30 +0200
committertnut <thierryn1 at hispeed dot ch>2011-03-27 15:49:30 +0200
commit5e5c2d317d9afe7327a75a6c35099510e1f8bb9c (patch)
tree71c67c4cf3532953851edd13a9de6d1964b22f9c /base/pkg-get-awk/Pkgfile
parentd460c8b6b98046aaad341547116f9a8a1051fe36 (diff)
downloadnutyx-pakxe-5e5c2d317d9afe7327a75a6c35099510e1f8bb9c.tar.gz
nutyx-pakxe-5e5c2d317d9afe7327a75a6c35099510e1f8bb9c.tar.bz2
nutyx-pakxe-5e5c2d317d9afe7327a75a6c35099510e1f8bb9c.tar.xz
nutyx-pakxe-5e5c2d317d9afe7327a75a6c35099510e1f8bb9c.zip
pkg-get, remplacé par pkg-get-awk
Diffstat (limited to 'base/pkg-get-awk/Pkgfile')
-rw-r--r--base/pkg-get-awk/Pkgfile25
1 files changed, 0 insertions, 25 deletions
diff --git a/base/pkg-get-awk/Pkgfile b/base/pkg-get-awk/Pkgfile
deleted file mode 100644
index 7ef55d5c1..000000000
--- a/base/pkg-get-awk/Pkgfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Description: Un gestionnaire de paquets binaires pour NuTyX léger et rapide
-# URL: http://www.nutyx.org
-# Maintainer: NuTyX core team
-# Packager: guy_
-
-name=pkg-get-awk
-version=0.3.2
-release=3
-source=(syn 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
- install -m 755 syn $PKG/usr/bin/syn.awk
- ln -s pkg-get.awk $PKG/usr/bin/pkg-get
- mkdir -p $PKG/etc
- install -m 664 pkg-get-awk.conf $PKG/etc
- sed -i "s/uname-m/`uname -m`/g" $PKG/etc/pkg-get-awk.conf
- ln -s pkg-get-awk.conf $PKG/etc/pkg-get.conf
- mkdir -p $PKG/usr/share/locale/en/LC_MESSAGES
- install -m 644 pkg-get.mo $PKG/usr/share/locale/en/LC_MESSAGES
-}