milis/talimatname/genel/libnih/talimat

23 lines
411 B
Plaintext
Raw Normal View History

2017-03-31 08:59:20 +02: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 01:27:23 +01: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)