skalibs: misc tweaks to complete proper packaging.

This commit is contained in:
Juan RP 2015-06-20 09:33:36 +02:00
parent e692f67e2d
commit 97b61949ba

View file

@ -4,7 +4,9 @@ version=2.3.5.1
revision=4 revision=4
nocross="yes" nocross="yes"
build_style=gnu-configure build_style=gnu-configure
configure_args="CFLAGS=-D_DEFAULT_SOURCE --datadir=/etc --enable-force-devr" configure_args="--enable-static --enable-shared --enable-clock
--enable-monotonic --enable-force-devr --datadir=/usr/share/$pkgname
--libdir=/usr/lib"
short_desc="General purpose libraries for building software from skarnet.org" short_desc="General purpose libraries for building software from skarnet.org"
maintainer="bougyman <bougyman@voidlinux.eu>" maintainer="bougyman <bougyman@voidlinux.eu>"
license="ISC" license="ISC"
@ -12,6 +14,8 @@ homepage="http://skarnet.org/software/skalibs/"
distfiles="http://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="http://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=9ef75d87bf6d586e828888e4cee6adbb74c06d6afcdb50f6c395644ce0e561d4 checksum=9ef75d87bf6d586e828888e4cee6adbb74c06d6afcdb50f6c395644ce0e561d4
CFLAGS="-D_DEFAULT_SOURCE"
post_install() { post_install() {
vlicense COPYING LICENSE vlicense COPYING LICENSE
} }