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

Resolving the correct name for the blinder theme.
author Leonardo Laporte <hackdorte@sapo.pt>
date Sun Apr 17 16:22:14 2016 -0300 (2016-04-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 }