23 lines
487 B
Plaintext
23 lines
487 B
Plaintext
# Description: Small library for C application development
|
|
# URL: URL: https://launchpad.net/libnih
|
|
# NuTyX package info file (http://nutyx.org)
|
|
# Packager: # NuTyX package info file (http://nutyx.org)
|
|
# 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)
|