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