updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / xflib / PKGBUILD
blobeb95b9921e0046df61448123e6e509560cddea41
1 # Maintainer: Kovivchak Evgen <oneonfire@gmail.com>
3 pkgname=xflib
4 pkgver=0.1.7
5 pkgrel=1
6 pkgdesc="XF Management Library"
7 arch=('i686' 'x86_64')
8 license=('LGPL3')
9 url="http://www.xfhome.org"
10 depends=('glibc')
11 makedepends=('make')
12 source=(http://xfhome.org/files/${pkgname}-${pkgver}.tar.gz)
13 md5sums=('81b3194dbdb5fb9fc1497294e460b05c')
15 build() {
16   cd ${srcdir}/${pkgname}-${pkgver}/lib
17   make || return 1
18  }
19  package() { 
20   cd ${srcdir}/${pkgname}-${pkgver}/lib
21   install -D -m644 ${pkgname}.so ${pkgdir}/usr/lib/${pkgname}.so || return 1
22   install -D -m644 xf.h ${pkgdir}/usr/include/xflib/xf.h || return 1
23   install -D -m644 xf_api.h ${pkgdir}/usr/include/xflib/xf_api.h || return 1
24   install -D -m644 xf_conf.h ${pkgdir}/usr/include/xflib/xf_conf.h || return 1
25   install -D -m644 hash.h ${pkgdir}/usr/include/xflib/hash.h || return 1