wok diff desktop-file-utils/receipt @ rev 3795

Upgrade: lxtask (0.1 to 0.1.1)
author Matthew Sheets <rcx@zoominternet.net>
date Mon Aug 03 11:43:06 2009 +0000 (2009-08-03)
parents
children 6e90579538d6
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/desktop-file-utils/receipt	Mon Aug 03 11:43:06 2009 +0000
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="desktop-file-utils"
     1.7 +VERSION="0.15"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Desktop file utils from Freedesktop (update-desktop-database)."
    1.10 +DEPENDS=""
    1.11 +BUILD_DEPENDS=""
    1.12 +MAINTAINER="pankso@slitaz.org"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WEB_SITE="http://www.freedesktop.org/wiki/Software/desktop-file-utils"
    1.15 +WGET_URL="http://www.freedesktop.org/software/desktop-file-utils/releases/$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 +		$CONFIGURE_ARGS &&
    1.24 +	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/bin
    1.31 +	cp $_pkg/usr/bin/update-desktop-database $fs/usr/bin
    1.32 +}