wok view libjreen/receipt @ rev 14654

xorg-kbproto: Fixed depends but making it only xorg-utils-macros. It builds without xorg-xproto and xorg-libxkbfile-dev so its not needed.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jun 05 02:41:07 2013 +0000 (2013-06-05)
parents 6b11e3f1255f
children 4904e3d374a9
line source
1 # SliTaz package receipt.
3 PACKAGE="libjreen"
4 VERSION="1.1.1"
5 CATEGORY="misc"
6 SHORT_DESC="Qt jabber library, written in C++"
7 MAINTAINER="devl547@gmail.com"
8 DEPENDS="qt4 qca libidn"
9 BUILD_DEPENDS="Qt4-dev qca-dev libidn-dev cmake qmake"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://qutim.org/jreen"
12 WGET_URL="http://qutim.org/dwnl/44/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 mkdir build && cd build
19 cmake .. -DCMAKE_INSTALL_PREFIX=/usr &&
20 make DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/
27 cp -a $install/usr/lib $fs/usr
28 }