wok diff xine-lib-dev/receipt @ rev 13080
Up: gource to 0.38.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Jun 25 08:57:50 2012 +0000 (2012-06-25) |
parents | e05a8fd46370 |
children | 4a2f9814b85c |
line diff
1.1 --- a/xine-lib-dev/receipt Wed Sep 15 13:29:32 2010 +0000 1.2 +++ b/xine-lib-dev/receipt Mon Jun 25 08:57:50 2012 +0000 1.3 @@ -1,11 +1,10 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xine-lib-dev" 1.7 -VERSION="1.1.19" 1.8 +VERSION="1.2.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Xine video library." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -DEPENDS="xorg xine-lib zlib" 1.13 WANTED="xine-lib" 1.14 WEB_SITE="http://www.xinehq.de/" 1.15 1.16 @@ -13,10 +12,10 @@ 1.17 genpkg_rules() 1.18 { 1.19 mkdir -p $fs/usr/lib $fs/usr/share 1.20 - cp -a $_pkg/usr/bin $fs/usr 1.21 + cp -a $install/usr/bin $fs/usr 1.22 chmod 755 $fs/usr/bin/* 1.23 - cp -a $_pkg/usr/include $fs/usr 1.24 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.25 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.26 - cp -a $_pkg/usr/share/aclocal $fs/usr/share 1.27 + cp -a $install/usr/include $fs/usr 1.28 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.29 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.30 + cp -a $install/usr/share/aclocal $fs/usr/share 1.31 }