wok-next diff ekiga/receipt @ rev 15666
Add ddumbfs
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Dec 13 16:18:29 2013 +0000 (2013-12-13) |
parents | 9e473a8e50bc |
children | 17e313b5b9c1 |
line diff
1.1 --- a/ekiga/receipt Fri Mar 22 17:38:18 2013 +0100 1.2 +++ b/ekiga/receipt Fri Dec 13 16:18:29 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="SIP and H.323 compatible VoIP telephony and video conferencing." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://www.ekiga.org/" 1.10 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 1.11 @@ -29,18 +30,18 @@ 1.12 --disable-ldap \ 1.13 $CONFIGURE_ARGS && 1.14 make $MAKEFLAGS && 1.15 - make DESTDIR=$PWD/_pkg install 1.16 + make DESTDIR=$DESTDIR install 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr/share 1.23 - cp -a $_pkg/etc $fs 1.24 - cp -a $_pkg/usr/bin $fs/usr 1.25 - cp -a $_pkg/usr/share/sounds $fs/usr/share 1.26 - cp -a $_pkg/usr/share/icons $fs/usr/share 1.27 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.28 - cp -a $_pkg/usr/share/dbus-1 $fs/usr/share 1.29 - cp -a $_pkg/usr/share/applications $fs/usr/share 1.30 + cp -a $install/etc $fs 1.31 + cp -a $install/usr/bin $fs/usr 1.32 + cp -a $install/usr/share/sounds $fs/usr/share 1.33 + cp -a $install/usr/share/icons $fs/usr/share 1.34 + cp -a $install/usr/share/pixmaps $fs/usr/share 1.35 + cp -a $install/usr/share/dbus-1 $fs/usr/share 1.36 + cp -a $install/usr/share/applications $fs/usr/share 1.37 }