wok-6.x annotate libdevmapper/receipt @ rev 6291
Up: pixman to 0.18.4 again. Added --enable-gtk=no so there are no gtk tests. Added xorg-libXrandr to gtk+ depends. Need for post_install to work.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Sep 15 20:05:28 2010 +0000 (2010-09-15) |
parents | ddd9535a7e59 |
children | 4cdd32865e23 |
rev | line source |
---|---|
wcnagel@1031 | 1 # SliTaz package receipt. |
wcnagel@1031 | 2 |
wcnagel@1031 | 3 PACKAGE="libdevmapper" |
jozee@5042 | 4 VERSION="1.02.44" |
wcnagel@1031 | 5 CATEGORY="system-tools" |
wcnagel@1031 | 6 SHORT_DESC="Linux device mapper library." |
b1+slitaz@1802 | 7 MAINTAINER="b1+slitaz@nagel.org" |
jozee@5050 | 8 DEPENDS="readline" |
wcnagel@1031 | 9 TARBALL="device-mapper.$VERSION.tgz" |
wcnagel@1031 | 10 WEB_SITE="http://sourceware.org/dm/" |
jozee@5042 | 11 WANTED="lvm2" |
slaxemulator@6281 | 12 WANTED_VERSION="2.02.73" |
wcnagel@1031 | 13 |
wcnagel@1031 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
wcnagel@1031 | 15 genpkg_rules() |
wcnagel@1031 | 16 { |
slaxemulator@6281 | 17 mkdir -p $fs/usr/lib $fs/etc |
jozee@5042 | 18 _pkg="$WOK/$WANTED/LVM2-$WANTED_VERSION/_pkg" |
jozee@5042 | 19 cp -a $_pkg/usr/lib/libdevmapper*.so* $fs/usr/lib |
jozee@5042 | 20 cp -a $_pkg/etc/udev $fs/etc |
jozee@5042 | 21 |
wcnagel@1031 | 22 } |
jozee@5055 | 23 |
jozee@5055 | 24 post_install() |
jozee@5055 | 25 { |
jozee@5055 | 26 tazpkg reconfigure udev --root=$1 |
jozee@5055 | 27 } |