wok-6.x diff terminal/receipt @ rev 4165

Fix: git receipt, FSH and update to 1.6.4.4
author Christophe Lincoln <pankso@slitaz.org>
date Tue Sep 22 20:05:52 2009 +0200 (2009-09-22)
parents
children 3445df32b151
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/terminal/receipt	Tue Sep 22 20:05:52 2009 +0200
     1.3 @@ -0,0 +1,34 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="terminal"
     1.7 +VERSION="0.2.12"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Terminal emunaltor for Xfce Desktop Environment"
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +DEPENDS="libexo vte startup-notification dbus"
    1.12 +BUILD_DEPENDS="libexo-dev vte-dev dbus-dev startup-notification-dev"
    1.13 +SOURCE="Terminal"
    1.14 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.15 +WEB_SITE="http://www.xfce.org/"
    1.16 +WGET_URL="http://www.p0llux.be/xfce/xfce-4.6.1/src/$TARBALL"
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +compile_rules()
    1.20 +{
    1.21 +	cd $src
    1.22 +	./configure --prefix=/usr --infodir=/usr/share/info \
    1.23 +	--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.24 +	make && make DESTDIR=$PWD/_pkg install
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	mkdir -p $fs/usr/share/locale
    1.31 +	
    1.32 +	cp -a $_pkg/usr/bin $fs/usr
    1.33 +	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.34 +	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    1.35 +	cp -a $_pkg/usr/share/applications $fs/usr/share
    1.36 +}
    1.37 +