milis/talimatname/genel/libnih/talimat

23 lines
411 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: C uygulaması geliştirme için küçük kütüphane
# URL: https://launchpad.net/libnih
# Packager: milisarge
# Depends on: dbus
name=libnih
version=1.0.3
release=1
source=(
http://launchpad.net/libnih/1.0/$version/+download/$name-$version.tar.gz)
build(){
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}
# NuTyX Pkgfile (http://nutyx.org)