dirs
This commit is contained in:
parent
dff65eee2a
commit
0c9f2166cb
9
PKGBUILD
9
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Jack L. Frost <fbt@fleshless.org>
|
# Maintainer: Jack L. Frost <fbt@fleshless.org>
|
||||||
|
|
||||||
pkgname=fskit-git
|
pkgname=fskit-git
|
||||||
pkgver=r197.e626604
|
pkgver=r209.bddabd0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Filesystem utility library and SDK'
|
pkgdesc='Filesystem utility library and SDK'
|
||||||
url='https://github.com/jcnelson/fskit.git'
|
url='https://github.com/jcnelson/fskit.git'
|
||||||
|
@ -31,7 +31,8 @@ build() {
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${pkgname}"
|
cd "${pkgname}"
|
||||||
make DESTDIR="${pkgdir}" install
|
make INCLUDEDIR="${pkgdir}/usr/include" \
|
||||||
|
LIBDIR="${pkgdir}/usr/lib" \
|
||||||
|
PKGCONFIGDIR="${pkgdir}/usr/lib/pkgconfig" \
|
||||||
|
install
|
||||||
}
|
}
|
||||||
|
|
||||||
# vim: noet
|
|
||||||
|
|
Reference in New Issue
Block a user