wok-current annotate libdevmapper/receipt @ rev 6928

Up: elfutils to 0.149. Fixed it to build in clean chroot. Fixed it also to download sources with real wget by since sources are on https host. So now elfutils can download its sources just fine.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 22 22:36:22 2010 +0000 (2010-10-22)
parents 4cdd32865e23
children 1b4c38d0ddc1
rev   line source
wcnagel@1031 1 # SliTaz package receipt.
wcnagel@1031 2
wcnagel@1031 3 PACKAGE="libdevmapper"
slaxemulator@6563 4 VERSION="2.02.74"
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"
wcnagel@1031 12
wcnagel@1031 13 # Rules to gen a SliTaz package suitable for Tazpkg.
wcnagel@1031 14 genpkg_rules()
wcnagel@1031 15 {
slaxemulator@6281 16 mkdir -p $fs/usr/lib $fs/etc
pascal@6406 17 _pkg="$WOK/$WANTED/LVM2-$VERSION/_pkg"
jozee@5042 18 cp -a $_pkg/usr/lib/libdevmapper*.so* $fs/usr/lib
jozee@5042 19 cp -a $_pkg/etc/udev $fs/etc
jozee@5042 20
wcnagel@1031 21 }
jozee@5055 22
jozee@5055 23 post_install()
jozee@5055 24 {
jozee@5055 25 tazpkg reconfigure udev --root=$1
jozee@5055 26 }