wok diff startup-notification-dev/receipt @ rev 6949
Fix get-wifi-firmware to work if you use --root option in tazpkg get-install or tazpkg install options.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 24 22:49:39 2010 +0000 (2010-10-24) |
parents | 255a28d7938f |
children | 129bb5b11a7e |
line diff
1.1 --- a/startup-notification-dev/receipt Sat Jun 06 20:17:11 2009 +0200 1.2 +++ b/startup-notification-dev/receipt Sun Oct 24 22:49:39 2010 +0000 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Startup notification protocol developpement files" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="" 1.8 +DEPENDS="startup-notification" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WANTED="startup-notification" 1.11 WEB_SITE="http://freedesktop.org/software/startup-notification/releases/" 1.12 @@ -14,7 +14,6 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/lib 1.16 - 1.17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.19 cp -a $_pkg/usr/include $fs/usr