wok annotate libdevmapper-dev/receipt @ rev 19083

Add themes from the Shimmer Project that fit GTK+2/3 at the same time
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 29 17:46:17 2016 +0300 (2016-04-29)
parents 1490ed55d40c
children 7740cc200934
rev   line source
wcnagel@1031 1 # SliTaz package receipt.
wcnagel@1031 2
wcnagel@1031 3 PACKAGE="libdevmapper-dev"
domcox@15404 4 VERSION="2.02.98"
wcnagel@1031 5 CATEGORY="development"
wcnagel@1031 6 SHORT_DESC="Linux device mapper library development files."
b1+slitaz@1802 7 MAINTAINER="b1+slitaz@nagel.org"
pascal@15000 8 LICENSE="GPL2"
jozee@5042 9 WANTED="lvm2"
wcnagel@1031 10 WEB_SITE="http://sourceware.org/dm/"
wcnagel@1031 11
pascal@15597 12 DEPENDS="libdevmapper pkg-config"
pascal@15000 13
wcnagel@1031 14 # Rules to gen a SliTaz package suitable for Tazpkg.
wcnagel@1031 15 genpkg_rules()
wcnagel@1031 16 {
slaxemulator@12337 17 mkdir -p $fs/usr/lib
pascal@15000 18 cp -a $install/usr/include $fs/usr
pascal@15000 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
wcnagel@1031 20 }