wok-next annotate imagination/receipt @ rev 21379

updated mspdebug (0.17 -> 0.25)
author Hans-G?nter Theisgen
date Thu Apr 16 16:31:49 2020 +0100 (2020-04-16)
parents f48456621a9d
children
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"
al@21020 7 MAINTAINER="devel@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
al@21017 14 BUILD_DEPENDS="intltool ffmpeg gtk2-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 &&
al@21020 22 make DESTDIR=$install install
jozee@2937 23 }
jozee@2937 24
al@20575 25 genpkg_rules() {
al@20575 26 copy @std
al@21017 27 DEPENDS="gtk2 ffmpeg"
al@20575 28 TAGS="slideshow photo"
jozee@2937 29 }