wok-next annotate imagination/receipt @ rev 20936

Update cmake
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 24 15:44:57 2018 +0300 (2018-08-24)
parents 17e313b5b9c1
children f48456621a9d
rev   line source
al@20575 1 # SliTaz package receipt v2.
jozee@2937 2
jozee@2937 3 PACKAGE="imagination"
jozee@2937 4 VERSION="1.0"
jozee@2937 5 CATEGORY="graphics"
al@20575 6 SHORT_DESC="Lightweight and simple GTK+ DVD slideshow maker"
jozee@2937 7 MAINTAINER="jozee@slitaz.org"
pascal@15075 8 LICENSE="GPL2"
al@20575 9 WEB_SITE="http://imagination.sourceforge.net/"
al@20575 10
jozee@2937 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
jozee@2937 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
jozee@2937 13
pascal@15075 14 BUILD_DEPENDS="intltool ffmpeg gtk+-dev"
jozee@2937 15
al@20575 16 compile_rules() {
pascal@17670 17 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lgmodule-2.0"
al@20575 18
al@20575 19 ./configure $CONFIGURE_ARGS &&
al@20575 20 fix libtool &&
jozee@2937 21 make &&
pascal@10508 22 make DESTDIR=$DESTDIR install
jozee@2937 23 }
jozee@2937 24
al@20575 25 genpkg_rules() {
al@20575 26 copy @std
al@20575 27 DEPENDS="gtk+ ffmpeg"
al@20575 28 TAGS="slideshow photo"
jozee@2937 29 }