wok view gnome-ppp/receipt @ rev 14247

syslinux/iso2exe: use posixovl -F
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 24 23:14:15 2013 +0100 (2013-03-24)
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 }