wok-stable annotate desktop-file-utils-extra/receipt @ rev 6612
Fixed giflib-dev, jpeg-dev, libpng-dev, tiff-dev, and zlib-dev. I made there wanted package be depends also since you need the .so files to compile things also most of the time.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Oct 09 19:37:19 2010 +0000 (2010-10-09) |
parents | 6e90579538d6 |
children | 7c8053c6caac |
rev | line source |
---|---|
pankso@3150 | 1 # SliTaz package receipt. |
pankso@3150 | 2 |
pankso@3150 | 3 PACKAGE="desktop-file-utils-extra" |
slaxemulator@6238 | 4 VERSION="0.16" |
pankso@3150 | 5 CATEGORY="x-window" |
pankso@3150 | 6 SHORT_DESC="Extra desktop file utils (install and validate)." |
pascal@5000 | 7 DEPENDS="glib" |
pankso@3150 | 8 WANTED="desktop-file-utils" |
pankso@3150 | 9 MAINTAINER="pankso@slitaz.org" |
pankso@3150 | 10 WEB_SITE="http://www.freedesktop.org/wiki/Software/desktop-file-utils" |
pankso@3150 | 11 |
pankso@3150 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@3150 | 13 genpkg_rules() |
pankso@3150 | 14 { |
pankso@3150 | 15 mkdir -p $fs/usr/bin |
pankso@3150 | 16 cp $_pkg/usr/bin/desktop-file-* $fs/usr/bin |
pankso@3150 | 17 } |