summaryrefslogtreecommitdiffstats
path: root/base/iana-etc/Pkgfile
blob: 1c259ba6aed446b11dce3c4aad6555392d441d61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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
# Depends on: 

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
}