New package: libabw-0.1.0

This commit is contained in:
Enno Boland 2014-10-15 12:21:48 +02:00
parent 1af194541d
commit cd5cdd41e6
4 changed files with 33 additions and 0 deletions

View file

@ -1786,3 +1786,4 @@ libledger.so.3 libledger-3.1_1
libksba.so.8 libksba-1.3.1_1
libpth.so.20 pth-2.0.7_1
libgltf-0.0.so.0 libgltf-0.0.2_1
libabw-0.1.so.1 libabw-0.1.0_1

1
srcpkgs/libabw-devel Symbolic link
View file

@ -0,0 +1 @@
libabw

1
srcpkgs/libabw-tools Symbolic link
View file

@ -0,0 +1 @@
libabw

30
srcpkgs/libabw/template Normal file
View file

@ -0,0 +1,30 @@
# Template file for 'libabw'
pkgname=libabw
version=0.1.0
revision=1
build_style=gnu-configure
short_desc="Library that parses the file format of AbiWord documents"
maintainer="Enno Boland <eb@s01.de>"
license="MPL"
homepage="https://wiki.documentfoundation.org/DLP/Libraries/libabw"
distfiles="http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${version}.tar.xz"
makedepends="gperf librevenge-devel boost-devel"
hostmakedepends="libtool pkg-config libxml2-devel perl"
checksum=ee99b280b7af226a48fd9afd395cc10bef2d8e4f844151277e90793706dfc0c1
libabw-devel_package() {
depends="libabw>=${version}_${revision} $makedepends"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}
libabw-tools_package() {
short_desc+=" - tools"
pkg_install() {
vmove usr/bin
}
}