cgit: updated to 0.8.2
[namenlos-ports.git] / libixp / Pkgfile
blob8f53095b1ea0a2b1619a05673c7527afa22c37b6
1 # Maintainer: Richard Poettler, richard dot poettler at gmail dot com
2 # Description: libixp is a stand-alone client/server 9P library including ixpc client
3 # URL: http://www.suckless.org/libs/libixp.html
4 # Depends on: 
6 name=libixp
7 version=0.5
8 release=1
9 source=(http://code.suckless.org/dl/libs/$name-$version.tar.gz)
11 build () {
12         cd "$name-$version"
13         make PREFIX=$PKG/usr MAN=$PKG/usr/man install
14         find $PKG -type d -empty -delete