void-packages/srcpkgs/libunistring/template

23 lines
650 B
Plaintext
Raw Normal View History

2013-07-28 06:09:45 +02:00
# Template build file for 'libunistring'.
pkgname=libunistring
2015-02-22 11:44:20 +01:00
version=0.9.5
2014-09-10 00:08:50 +02:00
revision=1
2013-07-28 06:09:45 +02:00
build_style=gnu-configure
short_desc="Library for manipulating Unicode strings and C strings"
maintainer="Juan RP <xtraeme@gmail.com>"
2014-09-10 00:08:50 +02:00
license="LGPL-3"
2013-07-28 06:09:45 +02:00
homepage="http://www.gnu.org/software/${pkgname}"
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
2015-02-22 11:44:20 +01:00
checksum=1a8c0772467850bef7197318a95f44abbb678ea83cbf119a3500cc7848276a17
2013-07-28 06:09:45 +02:00
libunistring-devel_package() {
short_desc+=" - development files)"
depends="${sourcepkg}>=${version}_${revision}"
2013-07-28 06:09:45 +02:00
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
2013-07-28 06:09:45 +02:00
vmove usr/share
}
}