milis/talimatname/genel/popt/talimat

18 lines
386 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: Bazı programlar tarafından komut satırı seçeneklerini ayrıştırmak için kullanılan popt kitaplıkları.
# URL: http://freshmeat.net/projects/popt/
# Packager: milisarge
# Depends on:
name=popt
version=1.16
release=1
source=(http://rpm5.org/files/popt/popt-1.16.tar.gz)
build() {
cd popt-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}