milis/talimatname/genel/l/libnih/talimat

23 lines
404 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: C uygulaması geliştirme için küçük kütüphane
2017-03-31 08:59:20 +02:00
# URL: https://launchpad.net/libnih
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: dbus
2017-03-31 08:59:20 +02:00
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)
2017-10-27 23:59:41 +02:00
derle(){
2016-02-24 01:27:23 +01:00
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}
# NuTyX Pkgfile (http://nutyx.org)