wok view udisks-dev/receipt @ rev 14605

Up: youtube-dl to 2013.05.23.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 31 19:59:16 2013 +0000 (2013-05-31)
parents
children 7896f0694ef6
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 WANTED="udisks"
9 WEB_SITE="http://www.freedesktop.org/wiki/Software/udisks"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/share
15 cp -a $install/usr/share/pkgconfig $fs/usr/share
16 }