wok-6.x diff gnome-vfs-dev/receipt @ rev 14362
ffmpeg: add avresample
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 20 14:34:09 2013 +0200 (2013-04-20) |
parents | |
children | 380ffe05937a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gnome-vfs-dev/receipt Sat Apr 20 14:34:09 2013 +0200 1.3 @@ -0,0 +1,24 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="gnome-vfs-dev" 1.7 +VERSION="2.24.4" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="The GNOME Virtual File System libraries dev files" 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +DEPENDS="gnome-vfs" 1.12 +WEB_SITE="http://www.gnome.org" 1.13 +WANTED="gnome-vfs" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr/lib 1.19 + 1.20 + cp -a $_pkg/usr/include $fs/usr 1.21 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.22 + cp -a $_pkg/usr/lib/gnome-vfs-2.0 $fs/usr/lib 1.23 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.24 + 1.25 + # Clean unwated files 1.26 + cd $fs/usr/lib ; find . -name "*.so*" -exec rm -f {} \; 1.27 +}