wok-current rev 3621
Add: lxshortcut
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Tue Jun 30 14:31:45 2009 +0000 (2009-06-30) |
parents | 6f03da3f17c9 |
children | c2a82e984d39 |
files | lxshortcut/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lxshortcut/receipt Tue Jun 30 14:31:45 2009 +0000 1.3 @@ -0,0 +1,35 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="lxshortcut" 1.7 +VERSION="0.1" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Edit application shortcuts compliant with the freedesktop.org Desktop Entry spec." 1.10 +MAINTAINER="rcx@zoominternet.net" 1.11 +DEPENDS="glib glibc-base libgio expat zlib \ 1.12 +gtk+ atk cairo pango pixman libpng fontconfig freetype \ 1.13 +xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender" 1.14 +BUILD_DEPENDS="slitaz-toolchain pkg-config gettext intltool gtk+-dev \ 1.15 +xorg-xproto xorg-renderproto xorg-libX11-dev xorg-kbproto xorg-libXau-dev xorg-libXdmcp-dev" 1.16 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 +WEB_SITE="http://www.lxde.org/" 1.18 +WGET_URL="$SF_MIRROR/lxde/$TARBALL" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + cd $src 1.24 + ./configure \ 1.25 + --prefix=/usr \ 1.26 + --sysconfdir=/etc \ 1.27 + $CONFIGURE_ARGS && 1.28 + make && 1.29 + make DESTDIR=$PWD/_pkg install 1.30 +} 1.31 + 1.32 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.33 +genpkg_rules() 1.34 +{ 1.35 + mkdir -p $fs/usr/share 1.36 + cp -a $_pkg/usr/bin $fs/usr 1.37 + cp -a $_pkg/usr/share/lxshortcut $fs/usr/share 1.38 +}