wok-next view libsdl-net/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 c4e53a39395a
children df20b2110f7e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libsdl-net"
4 VERSION="1.2.8"
5 CATEGORY="x-window"
6 SHORT_DESC="SDL net support"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.libsdl.org/projects/SDL_net/release-1.2.html"
11 TARBALL="SDL_net-$VERSION.tar.gz"
12 WGET_URL="http://www.libsdl.org/projects/SDL_net/release/$TARBALL"
14 BUILD_DEPENDS="libsdl-dev"
15 SPLIT="libsdl-net-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 libsdl-net)
27 copy @std
28 DEPENDS="libsdl"
29 ;;
30 *-dev)
31 copy @dev
32 DEPENDS="libsdl-net libsdl-dev"
33 ;;
34 esac
35 }