wok-next view udisks-dev/receipt @ rev 18985

Add: Backgrounds created by the community. See: https://github.com/hackdorte/slitaz-community-backgrounds
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Mar 17 00:11:28 2016 -0300 (2016-03-17)
parents 6388521c8cb0
children
line source
1 # SliTaz package receipt.
3 PACKAGE="udisks-dev"
4 VERSION="1.0.4"
5 CATEGORY="development"
6 SHORT_DESC="The Udisks devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="udisks"
10 WEB_SITE="http://www.freedesktop.org/wiki/Software/udisks"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share
16 cp -a $install/usr/share/pkgconfig $fs/usr/share
17 }