wok view libspoton/receipt @ rev 16994

mplayer-opt: delete gui
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Aug 10 01:59:37 2014 +0200 (2014-08-10)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libspoton"
4 VERSION="0.09.08"
5 CATEGORY="web"
6 SHORT_DESC="library required by dooble browser"
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="BSD"
9 WEB_SITE="http://sourceforge.net/projects/spot-on/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$SF_MIRROR/spot-on/files/Spot-On.d.tar.gz"
13 DEPENDS="sqlite libgcrypt"
14 BUILD_DEPENDS="libgcrypt-dev sqlite-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src/libSpotOn
20 make
21 mkdir -p $DESTDIR/usr/lib
22 cp -f libspoton.so $DESTDIR/usr/lib
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 }