wok view libQtSvg/receipt @ rev 7297
Add aufs. Aufs is now compile by itself like ndiswrapper-driver is. This is so the aufs source tar.gz file is not purge with tazdev everytime we need to purge it. Removed linux-aufs receipt. Updated linux, linux-source, and aufs-utils with the new changes.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Nov 17 00:59:02 2010 +0000 (2010-11-17) |
parents | 99e3675b8ff1 |
children | 20c7c65ea549 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtSvg"
4 VERSION="4.7.1"
5 CATEGORY="development"
6 SHORT_DESC="Qt Svg Library"
7 MAINTAINER="allan316@gmail.com"
8 DEPENDS="libQtCore libQtGui libQtXml libpng"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://qt.nokia.com/"
11 WANTED="qt4"
12 SOURCE="qt-everywhere-opensource-src"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 _pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
19 cp -a $_pkg/usr/lib/libQtSvg.so* $fs/usr/lib
20 }