# HG changeset patch # User Eric Joseph-Alexandre # Date 1232748139 -3600 # Node ID 3b4cbe01457bac0d85c7add37134b6700d9c29b9 # Parent 68b8629a0fee79b587a68496f00ac386e36eec20 Add: mousepad, Terminal for Xfce diff -r 68b8629a0fee -r 3b4cbe01457b Terminal/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Terminal/receipt Fri Jan 23 23:02:19 2009 +0100 @@ -0,0 +1,33 @@ +# SliTaz package receipt. + +PACKAGE="Terminal" +VERSION="0.2.8.3" +CATEGORY="x-window" +SHORT_DESC="Terminal emunaltor for Xfce Desktop Environment" +MAINTAINER="erjo@slitaz.org" +DEPENDS="libexo vte startup-notification dbus" +BUILD_DEPENDS="libexo-dev vte-dev dbus-dev startup-notification-dev" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.xfce.org/" +WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --infodir=/usr/share/info \ + --mandir=/usr/share/man $CONFIGURE_ARGS && \ + make && make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/locale + + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale + cp -a $_pkg/usr/share/pixmaps $fs/usr/share + cp -a $_pkg/usr/share/applications $fs/usr/share +} + diff -r 68b8629a0fee -r 3b4cbe01457b mousepad/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mousepad/receipt Fri Jan 23 23:02:19 2009 +0100 @@ -0,0 +1,34 @@ +# SliTaz package receipt. + +PACKAGE="mousepad" +VERSION="0.2.14" +CATEGORY="x-window" +SHORT_DESC="Xfce Text Editor" +MAINTAINER="erjo@slitaz.org" +DEPENDS="libxfcegui4 libxfce4util" +BUILD_DEPENDS="libxfcegui4-dev libxfce4util-dev" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.xfce.org/" +WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr \ + --enable-debug=no \ + --mandir=/usr/share/man $CONFIGURE_ARGS && \ + make && make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/locale + + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale + cp -a $_pkg/usr/share/pixmaps $fs/usr/share + cp -a $_pkg/usr/share/applications $fs/usr/share +} +