milis/talimatname/genel/libnih/talimat

23 lines
411 B
Text
Raw Normal View History

2017-03-31 09:59:20 +03:00
# Description: C uygulaması geliştirme için küçük kütüphane
# URL: https://launchpad.net/libnih
# Packager: milisarge
# Depends on: dbus
2016-02-24 02:27:23 +02:00
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)