milis/talimatname/genel/iso-codes/talimat

17 lines
388 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: ISO Kodları paketi, ülke, dil ve para birimi adlarının bir listesini içerir
# URL: http://pkg-isocodes.alioth.debian.org/
# Packager: milisarge
# Depends on:
name=iso-codes
version=3.65
release=1
source=(http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}