wok diff lvm2/receipt @ rev 15031
netatalk-dev: no more /usr/share/netatalk ?
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 12 10:26:06 2013 +0000 (2013-08-12) |
parents | afe892236366 |
children | ce723c9c4c71 |
line diff
1.1 --- a/lvm2/receipt Thu Apr 19 09:06:18 2012 +0000 1.2 +++ b/lvm2/receipt Mon Aug 12 10:26:06 2013 +0000 1.3 @@ -6,12 +6,14 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Linux Logical Volume Manager." 1.6 MAINTAINER="guillaume.michon@laposte.net" 1.7 -DEPENDS="readline linux-md libdevmapper ncurses" 1.8 -BUILD_DEPENDS="readline-dev udev-dev ncurses-dev" 1.9 +LICENSE="GPL2" 1.10 TARBALL="$SOURCE.$VERSION.tgz" 1.11 WEB_SITE="http://sourceware.org/lvm2/" 1.12 WGET_URL="ftp://sources.redhat.com/pub/lvm2/$TARBALL" 1.13 1.14 +DEPENDS="readline linux-md libdevmapper ncurses" 1.15 +BUILD_DEPENDS="readline-dev udev-dev ncurses-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -36,10 +38,10 @@ 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/lib 1.24 - cp -a $_pkg/etc $fs 1.25 - cp -a $_pkg/lib/udev $fs/lib 1.26 - cp -a $_pkg/usr/sbin $fs/usr 1.27 - cp -a $_pkg/usr/lib/* $fs/usr/lib 1.28 + cp -a $install/etc $fs 1.29 + cp -a $install/lib/udev $fs/lib 1.30 + cp -a $install/usr/sbin $fs/usr 1.31 + cp -a $install/usr/lib/* $fs/usr/lib 1.32 # split libdevmapper 1.33 rm -f $fs/usr/lib/libdevmapper*.so* 1.34 rm -f $fs/usr/sbin/dmsetup