wok-next annotate libQtClucene/receipt @ rev 7730
Added libart_lgpl-dev to libgnomecanvas-dev depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Dec 19 19:55:53 2010 +0000 (2010-12-19) |
parents | 99e3675b8ff1 |
children | 20c7c65ea549 |
rev | line source |
---|---|
pascal@2847 | 1 # SliTaz package receipt. |
pascal@2847 | 2 |
pascal@2847 | 3 PACKAGE="libQtClucene" |
slaxemulator@7209 | 4 VERSION="4.7.1" |
pascal@2847 | 5 CATEGORY="development" |
pascal@2847 | 6 SHORT_DESC="Qt clucene Library" |
pascal@2847 | 7 MAINTAINER="allan316@gmail.com" |
pascal@2847 | 8 DEPENDS="libQtCore" |
pascal@2847 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
slaxemulator@5353 | 10 WEB_SITE="http://qt.nokia.com/" |
jozee@5369 | 11 WANTED="qt4" |
jozee@5369 | 12 SOURCE="qt-everywhere-opensource-src" |
pascal@2847 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@2847 | 14 genpkg_rules() |
pascal@2847 | 15 { |
pascal@2847 | 16 mkdir -p $fs/usr/lib |
jozee@5369 | 17 _pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg" |
pascal@2848 | 18 cp -a $_pkg/usr/lib/libQtCLucene.so* $fs/usr/lib |
pascal@2847 | 19 } |
pascal@2847 | 20 |