diff options
Diffstat (limited to 'user/libabw/APKBUILD')
-rw-r--r-- | user/libabw/APKBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/user/libabw/APKBUILD b/user/libabw/APKBUILD index 0bb3a9494..c07007945 100644 --- a/user/libabw/APKBUILD +++ b/user/libabw/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Timo Teräs <timo.teras@iki.fi> # Maintainer: Max Rees <maxcrees@me.com> pkgname=libabw -pkgver=0.1.2 +pkgver=0.1.3 pkgrel=0 pkgdesc="Import filter and tools for AbiWord documents" url="https://wiki.documentfoundation.org/DLP/Libraries/libabw" @@ -15,8 +15,6 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-tools" source="http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz" build() { - cd "$builddir" - ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -30,7 +28,6 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } @@ -39,4 +36,4 @@ tools() { mv "$pkgdir"/usr/bin "$subpkgdir"/usr } -sha512sums="a365c1aa047a97a86eee6bce8463646bdf248a51013139ee288402a832fd545586e072d7c7fc11a56f42e3637de9e922197be20d0587e53c51fd80ced409a6cd libabw-0.1.2.tar.xz" +sha512sums="0d2646e1bad1e11b3da43714ac5931fc67ffdbc4e7a25a44ef5b6e6a41de1e0ae14596b4a87cceb07bf56dbbe9344622b3d60afcb054ee0ab8577ca8e9b5c289 libabw-0.1.3.tar.xz" |