wok-current annotate libdevmapper/receipt @ rev 8869
Fix: libgtkimageview TARBALL/WGET_URL... If you had error './configure not found', you have to remove the corrupted tarball from SOURCES_REPOSITORY, named gtkimageview-1.6.4.taz.lzma
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Feb 26 06:06:17 2011 +0100 (2011-02-26) |
parents | 0513d04fd3a1 |
children | 129bb5b11a7e |
rev | line source |
---|---|
wcnagel@1031 | 1 # SliTaz package receipt. |
wcnagel@1031 | 2 |
wcnagel@1031 | 3 PACKAGE="libdevmapper" |
slaxemulator@8542 | 4 VERSION="2.02.84" |
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 |
jozee@5042 | 17 cp -a $_pkg/usr/lib/libdevmapper*.so* $fs/usr/lib |
jozee@5042 | 18 cp -a $_pkg/etc/udev $fs/etc |
jozee@5042 | 19 |
wcnagel@1031 | 20 } |
jozee@5055 | 21 |
jozee@5055 | 22 post_install() |
jozee@5055 | 23 { |
jozee@5055 | 24 tazpkg reconfigure udev --root=$1 |
jozee@5055 | 25 } |