New package: libbsd-0.4.2.

This commit is contained in:
Juan RP 2013-03-21 12:07:33 +01:00
parent 14fc5985e0
commit 34854e5836
4 changed files with 30 additions and 0 deletions

View File

@ -1189,3 +1189,4 @@ libOSMesa.so.8 libOSMesa-9.1_1
libtaginfo.so.1 libtaginfo-0.1.3_1
libtaginfo_c.so.0 libtaginfo-0.1.3_1
libaa.so.1 aalib-1.4rc4_2
libbsd.so.0 libbsd-0.4.2_1

1
srcpkgs/libbsd-devel Symbolic link
View File

@ -0,0 +1 @@
libbsd

View File

@ -0,0 +1,11 @@
# Template file for 'libbsd-devel'.
#
depends="${sourcepkg}>=${version}"
short_desc="${short_desc} -- development files"
do_install() {
vmove usr/include usr
vmove usr/lib/pkgconfig usr/lib
vmove "usr/lib/*.a" usr/lib
vmove usr/share usr
}

17
srcpkgs/libbsd/template Normal file
View File

@ -0,0 +1,17 @@
# Template file for 'libbsd'
pkgname=libbsd
version=0.4.2
revision=1
build_style=gnu-configure
subpackages="${pkgname}-devel"
short_desc="Provides useful functions commonly found on BSD system"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://libbsd.freedesktop.org/wiki/"
license="BSD"
distfiles="http://libbsd.freedesktop.org/releases/libbsd-${version}.tar.gz"
checksum=922b4885e0ccfd64b92fcacdb3fba18024fcab1e0c1b073f5ec0fe76388cbfdc
long_desc="
This library provides useful functions commonly found on BSD systems, and
lacking on others like GNU systems, thus making it easier to port projects
with strong BSD origins, without needing to embed the same code over and
over again on each project."