summaryrefslogtreecommitdiffstats
path: root/pkg-get/Pkgfile
blob: dfb94773369fa5221e8c29081dc567b53616b5c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: Un gestionnaire de paquets binaires pour NuTyX léger et rapide
# URL: http://www.nutyx.org
# Maintainer: tnut at nutyx dot com
# Packager: tnut at nutyx dot com
# Depends on: curl

name=pkg-get
version=0.4.92
release=3
source=(http://nutyx.meticul.eu/files/$name-$version.tar.gz
	syn)

build()
{
	unset MAKEFLAGS
	cd $name-$version
	make clean
	make
	make DESTDIR=$PKG install	
	install -m 755 ../syn $PKG/usr/bin/syn
	sed "s|module-init-tools|kmod,libpipeline,glib,expat,libnl2|" -i $PKG/etc/pkg-get.conf
}