summaryrefslogtreecommitdiffstats
path: root/iana-etc/Pkgfile
blob: 6ea3ff548c6299a9329ebc26805b34888c3df1f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Description: Information sur les données par IANA (Internet Assigned Number Authority)
# URL: http://www.sethwklein.net/projects/iana-etc/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch

name=iana-etc
version=2.30
release=1
source=( http://www.sethwklein.net/projects/$name/downloads/$name-$version.tar.bz2)


build() {
	cd $name-$version
	make
	make DESTDIR=$PKG install
}