wok-6.x annotate shared-mime-info-dev/receipt @ rev 16324
connman-ui: set a meaningful name to the source for mirror:/source/packages-cooking/
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 10 11:04:26 2014 +0000 (2014-04-10) |
parents | 47e1df965953 |
children | b0072f522c17 |
rev | line source |
---|---|
pankso@2837 | 1 # SliTaz package receipt. |
pankso@2837 | 2 |
pankso@2837 | 3 PACKAGE="shared-mime-info-dev" |
pankso@16315 | 4 VERSION="1.3" |
pankso@2837 | 5 CATEGORY="development" |
pankso@2837 | 6 SHORT_DESC="Freedesktop shared-mime-info devel files." |
pankso@2837 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15000 | 8 LICENSE="GPL2" |
pankso@2837 | 9 WANTED="shared-mime-info" |
pankso@2837 | 10 WEB_SITE="http://freedesktop.org/wiki/Software/shared-mime-info" |
pankso@16315 | 11 HOST_ARCH="i486 arm" |
pankso@2837 | 12 |
pascal@15599 | 13 DEPENDS="shared-mime-info pkg-config" |
pascal@15000 | 14 |
pankso@2837 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@2837 | 16 genpkg_rules() |
pankso@2837 | 17 { |
pankso@2837 | 18 mkdir -p $fs/usr/lib |
pascal@15000 | 19 cp -a $install/usr/share/pkgconfig $fs/usr/lib |
pankso@2837 | 20 } |