wok-next view liboil/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 757d032c55c7
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="liboil"
4 VERSION="0.3.17"
5 CATEGORY="development"
6 SHORT_DESC="Library of Optimized Inner Loops"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://liboil.freedesktop.org/wiki/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://liboil.freedesktop.org/download/$TARBALL"
14 SPLIT="liboil-dev"
15 COOKOPTS="skip-log-errors"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make install || return 1
23 mv $install/usr/include/liboil-0.3/liboil/ $install/usr/include/
24 rmdir $install/usr/include/liboil-0.3/
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 liboil) copy @std;;
30 *-dev) copy @dev;;
31 esac
32 }