wok-next view gnome-ppp/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 17e313b5b9c1
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gnome-ppp"
4 VERSION="0.3.23"
5 CATEGORY="network"
6 SHORT_DESC="A GNOME 2 WvDial frontend"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.gnomefiles.org/app.php?soft_id=41"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/$TARBALL"
14 BUILD_DEPENDS="intltool libglade-dev"
16 compile_rules() {
17 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make DESTDIR=$DESTDIR install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="libglade wvdial"
28 TAGS="modem 3G"
29 }