wok view gnome-ppp/receipt @ rev 12139

Up: cookutils (1.7) - Now create XML feed for cooked pkgs
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 14 03:00:34 2012 +0100 (2012-03-14)
parents 2f79d601d5bc
children 1ae5963f23df
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 $CONFIGURE_ARGS &&
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 }