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