wok-next view matio/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 9e5dca6702bf
children a3c581bf52b8
line source
1 # SliTaz package receipt v2.
3 PACKAGE="matio"
4 VERSION="1.5.2"
5 CATEGORY="development"
6 SHORT_DESC="MAT File I/O Library"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://sourceforge.net/projects/matio/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 SPLIT="matio-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 make &&
20 make DESTDIR=$DESTDIR install
21 }
23 genpkg_rules() {
24 case $PACKAGE in
25 matio)
26 copy @std
27 DEPENDS="zlib"
28 ;;
29 *-dev)
30 copy @dev
31 ;;
32 esac
33 }