From 9c6e16bb228787c35137e4a5576a5085a9788a10 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Mon, 20 Jun 2011 12:00:47 +0000 Subject: testing/chmlib podofo py-dateutils py-importlib py-pycountry py-qt py-sip : new aports --- testing/chmlib/APKBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 testing/chmlib/APKBUILD (limited to 'testing/chmlib') diff --git a/testing/chmlib/APKBUILD b/testing/chmlib/APKBUILD new file mode 100644 index 00000000000..a3b5013ede7 --- /dev/null +++ b/testing/chmlib/APKBUILD @@ -0,0 +1,28 @@ +# Contributor: Francesco Colista +# Maintainer: +pkgname=chmlib +pkgver=0.40 +pkgrel=0 +pkgdesc="Library for dealing with Microsoft ITSS/CHM format files" +url="http://morte.jedrea.com/~jedwin/projects/chmlib/" +arch="all" +license="LGPL" +depends= +depends_dev= +makedepends="$depends_dev" +install="" +subpackages="$pkgname-dev" +source="http://morte.jedrea.com/~jedwin/projects/${pkgname}/${pkgname}-${pkgver}.tar.bz2" +_builddir="$srcdir"/$pkgname-$pkgver +build() { + cd "$_builddir" + ./configure --prefix=/usr + make || return 1 +} + +package() { + cd "$_builddir" + make DESTDIR="$pkgdir" install || return 1 +} + +md5sums="7ea49ed8c335215c1edc6fae83e6b912 chmlib-0.40.tar.bz2" -- cgit v1.2.3