summaryrefslogtreecommitdiffstats
path: root/extra/iso-codes/Pkgfile
blob: c57136483b9005a8dcadd4aec9330b26dd141cca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Contient une liste de pays, langages et noms de monnaies
# URL:  http://pkg-isocodes.alioth.debian.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: lzo

name=iso-codes
version=3.10.1
release=1
source=(ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/$name-$version.tar.bz2)


build() {
	cd $name-$version
	./configure --prefix=/usr \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info
	make
	make DESTDIR=$PKG install
}