wok view udisks-dev/receipt @ rev 13983

poppler, poppler-dev, poppler-apps, poppler-qt4: up to 0.22.0
author ernia <monghitri@aruba.it>
date Thu Feb 07 21:27:33 2013 +0000 (2013-02-07)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="udisks-dev"
4 VERSION="1.94.0"
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/lib
15 cp -a $install/usr/lib/*.*a $fs/usr/lib
16 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 }