wok rev 4144
Add: orage, thuna, thunar-dev, terminal
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Sep 20 13:42:58 2009 +0000 (2009-09-20) |
parents | 3ca0c8972456 |
children | ae6a16e8b7bc |
files | orage/receipt terminal/receipt thunar-dev/receipt thunar/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/orage/receipt Sun Sep 20 13:42:58 2009 +0000 1.3 @@ -0,0 +1,39 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="orage" 1.7 +VERSION="4.6.1" 1.8 +CATEGORY="office" 1.9 +SHORT_DESC="Xfce calendar" 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +DEPEND="libxfcegui4 libnotify dbus" 1.12 +BUILD_DEPEND="libxfcegui4-dev libnotify-dev dbus-dev" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +WEB_SITE="http://www.xfce.org" 1.15 +WGET_URL="http://www.tx-us.xfce.org/archive/xfce-4.6.1/src/$TARBALL" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + cd $src 1.21 + ./configure \ 1.22 + --prefix=/usr \ 1.23 + --enable-dbus \ 1.24 + --enable-libnotify \ 1.25 + $CONFIGURE_ARGS && 1.26 + make && make DESTDIR=$PWD/_pkg install 1.27 +} 1.28 + 1.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 +genpkg_rules() 1.31 +{ 1.32 + mkdir -p $fs/usr/share 1.33 + cp -a $_pkg/usr/bin $fs/usr 1.34 + cp -a $_pkg/usr/libexec $fs/usr 1.35 + cp -a $_pkg/usr/share/applications $fs/usr/share 1.36 + cp -a $_pkg/usr/share/xfce4 $fs/usr/share 1.37 + cp -a $_pkg/usr/share/orage $fs/usr/share 1.38 + cp -a $_pkg/usr/share/orage $fs/usr/share 1.39 + cp -a $_pkg/usr/share/dbus-1 $fs/usr/share 1.40 + cp -a $_pkg/usr/share/icons $fs/usr/share 1.41 +} 1.42 +
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/terminal/receipt Sun Sep 20 13:42:58 2009 +0000 2.3 @@ -0,0 +1,34 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="terminal" 2.7 +VERSION="0.2.12" 2.8 +CATEGORY="x-window" 2.9 +SHORT_DESC="Terminal emunaltor for Xfce Desktop Environment" 2.10 +MAINTAINER="erjo@slitaz.org" 2.11 +DEPENDS="libexo vte startup-notification dbus" 2.12 +BUILD_DEPENDS="libexo-dev vte-dev dbus-dev startup-notification-dev" 2.13 +SOURCE="Terminal" 2.14 +TARBALL="$SOURCE-$VERSION.tar.bz2" 2.15 +WEB_SITE="http://www.xfce.org/" 2.16 +WGET_URL="http://www.p0llux.be/xfce/xfce-4.6.1/src/$TARBALL" 2.17 + 2.18 +# Rules to configure and make the package. 2.19 +compile_rules() 2.20 +{ 2.21 + cd $src 2.22 + ./configure --prefix=/usr --infodir=/usr/share/info \ 2.23 + --mandir=/usr/share/man $CONFIGURE_ARGS && \ 2.24 + make && make DESTDIR=$PWD/_pkg install 2.25 +} 2.26 + 2.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.28 +genpkg_rules() 2.29 +{ 2.30 + mkdir -p $fs/usr/share/locale 2.31 + 2.32 + cp -a $_pkg/usr/bin $fs/usr 2.33 + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 2.34 + cp -a $_pkg/usr/share/pixmaps $fs/usr/share 2.35 + cp -a $_pkg/usr/share/applications $fs/usr/share 2.36 +} 2.37 +
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/thunar-dev/receipt Sun Sep 20 13:42:58 2009 +0000 3.3 @@ -0,0 +1,26 @@ 3.4 +# SliTaz package receipt." 3.5 + 3.6 +PACKAGE="thunar-dev" 3.7 +VERSION="1.0.1" 3.8 +CATEGORY="develoment" 3.9 +SHORT_DESC="Thunar File Manager dev files" 3.10 +MAINTAINER="erjo@slitaz.org" 3.11 +DEPENDS="thunar" 3.12 +WANTED="thunar" 3.13 +SOURCE="Thunar" 3.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.15 +WEB_SITE="http://www.xfce.org" 3.16 + 3.17 +genpkg_rules() 3.18 +{ 3.19 + 3.20 + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg 3.21 + 3.22 + mkdir -p $fs/usr/usr/lib/thunarx-1 \ 3.23 + $fs/usr/lib/thunarx-1 3.24 + 3.25 + cp -a $_pkg/usr/include $fs/usr 3.26 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 3.27 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 3.28 + cp -a $_pkg/usr/lib/thunarx-1/*.*a $fs/usr/lib/thunarx-1 3.29 +}
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/thunar/receipt Sun Sep 20 13:42:58 2009 +0000 4.3 @@ -0,0 +1,51 @@ 4.4 +# SliTaz package receipt. 4.5 + 4.6 +PACKAGE="thunar" 4.7 +VERSION="1.0.1" 4.8 +CATEGORY="x-window" 4.9 +SHORT_DESC="Thnuar File Manager" 4.10 +MAINTAINER="erjo@slitaz.org" 4.11 +DEPENDS="libpng jpeg libxfce4util dbus libexo startup-notification xfce4-panel" 4.12 +BUILD_DEPENDS="libpng-dev jpeg-dev libxfce4util-dev dbus-dev 4.13 + libexo-dev startup-notification-dev xfce4-panel-dev zlib-dev" 4.14 +SOURCE="Thunar" 4.15 +TARBALL="$SOURCE-$VERSION.tar.bz2" 4.16 +WEB_SITE="http://www.xfce.org" 4.17 +WGET_URL="http://www.tx-us.xfce.org/archive/xfce-4.6.1/src/$TARBALL" 4.18 + 4.19 +# Rules to configure and make the package. 4.20 +compile_rules() 4.21 +{ 4.22 + cd $src 4.23 + ./configure --prefix=/usr \ 4.24 + --sysconfdir=/etc \ 4.25 + --enable-dbus \ 4.26 + --enable-startup-notification \ 4.27 + --enable-debug=no && \ 4.28 + make && make DESTDIR=$PWD/_pkg install 4.29 +} 4.30 + 4.31 +# Rules to gen a SliTaz package suitable for Tazpkg. 4.32 +genpkg_rules() 4.33 +{ 4.34 + 4.35 + mkdir -p $fs/usr \ 4.36 + $fs/usr/share/locale \ 4.37 + $fs/usr/lib/thunarx-1 4.38 + 4.39 + cp -a $_pkg/etc $fs/ 4.40 + cp -a $_pkg/usr/bin $fs/usr 4.41 + cp -a $_pkg/usr/libexec $fs/usr 4.42 + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 4.43 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 4.44 + cp -a $_pkg/usr/lib/thunarx-1/*.so* $fs/usr/lib/thunarx-1 4.45 + cp -a $_pkg/usr/share/applications $fs/usr/share 4.46 + cp -a $_pkg/usr/share/dbus-1 $fs/usr/share 4.47 + cp -a $_pkg/usr/share/icons $fs/usr/share 4.48 + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 4.49 + cp -a $_pkg/usr/share/pixmaps $fs/usr/share 4.50 + cp -a $_pkg/usr/share/thumbnailers $fs/usr/share 4.51 + cp -a $_pkg/usr/share/Thunar $fs/usr/share 4.52 + cp -a $_pkg/usr/share/xfce4 $fs/usr/share 4.53 +} 4.54 +