libbsd: update to 0.6.0.

This commit is contained in:
Juan RP 2013-08-18 10:07:57 +02:00
parent 63821fb25d
commit 42efe4847a

View file

@ -1,14 +1,14 @@
# Template file for 'libbsd' # Template file for 'libbsd'
pkgname=libbsd pkgname=libbsd
version=0.4.2 version=0.6.0
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
short_desc="Provides useful functions commonly found on BSD system" short_desc="Provides useful functions commonly found on BSD system"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://libbsd.freedesktop.org/wiki/" homepage="http://libbsd.freedesktop.org/"
license="BSD" license="BSD"
distfiles="http://libbsd.freedesktop.org/releases/libbsd-${version}.tar.gz" distfiles="http://libbsd.freedesktop.org/releases/libbsd-${version}.tar.xz"
checksum=922b4885e0ccfd64b92fcacdb3fba18024fcab1e0c1b073f5ec0fe76388cbfdc checksum=9e8f34ffa9c8579c87965a55a82d8ac37a1dc64858f717b7c49452ade277cc62
long_desc=" long_desc="
This library provides useful functions commonly found on BSD systems, and This library provides useful functions commonly found on BSD systems, and
lacking on others like GNU systems, thus making it easier to port projects lacking on others like GNU systems, thus making it easier to port projects
@ -17,11 +17,12 @@ long_desc="
libbsd-devel_package() { libbsd-devel_package() {
depends="${sourcepkg}>=${version}" depends="${sourcepkg}>=${version}"
short_desc="${short_desc} -- development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove "usr/lib/*.a" vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/share vmove usr/share
} }
} }