wok-next view gnome-ppp/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d3444352a0af
children
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="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://web.archive.org/web/20100728041618/http://www.gnomefiles.org:80/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=$install install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="libglade wvdial"
28 TAGS="modem 3G"
29 }