mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/libfreehand: add check
This commit is contained in:
parent
8b20a6b48d
commit
8f01ea420a
@ -2,7 +2,7 @@
|
||||
# Maintainer: Timo Teräs <timo.teras@iki.fi>
|
||||
pkgname=libfreehand
|
||||
pkgver=0.1.2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Import filter and tools for Adobe FreeHand documents"
|
||||
url="https://wiki.documentfoundation.org/DLP/Libraries/libfreehand"
|
||||
arch="all"
|
||||
@ -13,7 +13,8 @@ makedepends="$depends_dev gperf perl doxygen librevenge-dev zlib-dev"
|
||||
install=""
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools"
|
||||
source="http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz"
|
||||
builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
@ -33,6 +34,11 @@ build() {
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
Loading…
Reference in New Issue
Block a user