wok view gnome-ppp/receipt @ rev 11293

firefox-langpack-*: Fixed WGET_URL.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Nov 11 09:27:28 2011 +0000 (2011-11-11)
parents
children b7319995b37e
line source
1 # SliTaz package receipt.
3 PACKAGE="gnome-ppp"
4 VERSION="0.3.23"
5 CATEGORY="network"
6 MAINTAINER="jozee@slitaz.org"
7 SHORT_DESC="A GNOME 2 WvDial frontend"
8 WEB_SITE="http://www.gnomefiles.org/app.php?soft_id=41"
9 DEPENDS="libglade wvdial"
10 BUILD_DEPENDS="intltool libglade-dev"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/$TARBALL"
13 TAGS="modem 3G"
15 # Rules to configure and make the package.
17 compile_rules() {
18 cd $src
19 ./configure --prefix=/usr &&
20 make &&
21 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/share
28 cp -a $_pkg/usr/bin $fs/usr
29 cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share
30 cp -a $_pkg/usr/share/icons $fs/usr/share
31 }