wok diff libspoton/receipt @ rev 17034

slitaz-configs-base: check for /etc/skel while update ~/.xinitrc
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Aug 17 18:44:51 2014 +0200 (2014-08-17)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libspoton/receipt	Sun Aug 17 18:44:51 2014 +0200
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libspoton"
     1.7 +VERSION="0.09.08"
     1.8 +CATEGORY="web"
     1.9 +SHORT_DESC="library required by dooble browser"
    1.10 +MAINTAINER="psychomaniak@xakep.ru"
    1.11 +LICENSE="BSD"
    1.12 +WEB_SITE="http://sourceforge.net/projects/spot-on/"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WGET_URL="$SF_MIRROR/spot-on/files/Spot-On.d.tar.gz"
    1.15 +
    1.16 +DEPENDS="sqlite libgcrypt"
    1.17 +BUILD_DEPENDS="libgcrypt-dev sqlite-dev"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	cd $src/libSpotOn
    1.23 +	make
    1.24 +	mkdir -p $DESTDIR/usr/lib
    1.25 +	cp -f libspoton.so $DESTDIR/usr/lib
    1.26 +}
    1.27 +
    1.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 +genpkg_rules()
    1.30 +{
    1.31 +	cp -a $install/* $fs
    1.32 +}