wok-undigest rev 602

Move libextractor-dev to wok
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 25 15:20:35 2011 +0100 (2011-12-25)
parents 36bc4eebe1d6
children 9bfa47ea51b6
files libextractor-dev/receipt
line diff
     1.1 --- a/libextractor-dev/receipt	Sun Dec 25 15:20:34 2011 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,21 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="libextractor-dev"
     1.7 -VERSION="0.6.2"
     1.8 -CATEGORY="development"
     1.9 -SHORT_DESC="Extract meta data from files of arbitrary type, development files."
    1.10 -MAINTAINER="pascal.bellard@slitaz.org"
    1.11 -WEB_SITE="http://www.gnu.org/software/libextractor"
    1.12 -WANTED="libextractor"
    1.13 -
    1.14 -DEPENDS="libextractor"
    1.15 -
    1.16 -# Rules to gen a SliTaz package suitable for Tazpkg.   
    1.17 -genpkg_rules()                                      
    1.18 -{
    1.19 -	mkdir -p $fs/usr/lib/libextractor
    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/pkgconfig $fs/usr/lib
    1.23 -	cp -a $_pkg/usr/lib/libextractor/*a $fs/usr/lib/libextractor
    1.24 -}