2013-03-21 11:07:33 +00:00
|
|
|
# Template file for 'libbsd'
|
|
|
|
pkgname=libbsd
|
2013-08-18 08:07:57 +00:00
|
|
|
version=0.6.0
|
2014-02-20 16:04:24 +00:00
|
|
|
revision=2
|
2013-03-21 11:07:33 +00:00
|
|
|
build_style=gnu-configure
|
|
|
|
short_desc="Provides useful functions commonly found on BSD system"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-08-18 08:07:57 +00:00
|
|
|
homepage="http://libbsd.freedesktop.org/"
|
2013-03-21 11:07:33 +00:00
|
|
|
license="BSD"
|
2013-08-18 08:07:57 +00:00
|
|
|
distfiles="http://libbsd.freedesktop.org/releases/libbsd-${version}.tar.xz"
|
|
|
|
checksum=9e8f34ffa9c8579c87965a55a82d8ac37a1dc64858f717b7c49452ade277cc62
|
2013-04-13 08:15:49 +00:00
|
|
|
|
|
|
|
libbsd-devel_package() {
|
2014-02-20 16:04:24 +00:00
|
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
2013-08-18 08:07:57 +00:00
|
|
|
short_desc+=" - development files"
|
2013-04-13 08:15:49 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove "usr/lib/*.a"
|
2013-08-18 08:07:57 +00:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-13 08:15:49 +00:00
|
|
|
vmove usr/share
|
|
|
|
}
|
|
|
|
}
|