wok diff rosegarden/receipt @ rev 16209

Add rosegarden
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 31 09:16:15 2014 +0000 (2014-03-31)
parents
children 18753502bbf4
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/rosegarden/receipt	Mon Mar 31 09:16:15 2014 +0000
     1.3 @@ -0,0 +1,36 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="rosegarden"
     1.7 +VERSION="14.02"
     1.8 +CATEGORY="multimedia"
     1.9 +SHORT_DESC="A music composition and editing environment."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13 +WEB_SITE="http://www.rosegardenmusic.com/"
    1.14 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.15 +TAG="midi"
    1.16 +
    1.17 +DEPENDS="libQtGui libQtXml libQtNetwork libQtCore jack-audio-connection-kit \
    1.18 +libsndfile liblrdf fftw libsamplerate alsa-lib xorg-libX11 zlib gcc-lib-base \
    1.19 +libxcb xorg-libXau xorg-libXdmcp"
    1.20 +BUILD_DEPENDS="Qt4-dev ladspa-dev dssi-dev alsa-lib-dev xorg-libSM-dev \
    1.21 +liblo-dev liblrdf-dev fftw-dev libsndfile-dev libsamplerate-dev xorg-imake \
    1.22 +xorg-makedepend jack-audio-connection-kit-dev xorg-libX11-dev"
    1.23 +
    1.24 +# Rules to configure and make the package.
    1.25 +compile_rules()
    1.26 +{
    1.27 +	./configure --prefix=/usr \
    1.28 +		--localstatedir=/var \
    1.29 +		--mandir=/usr/share/man \
    1.30 +		$CONFIGURE_ARGS &&
    1.31 +	make &&
    1.32 +	make DESTDIR=$DESTDIR install
    1.33 +}
    1.34 +
    1.35 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.36 +genpkg_rules()
    1.37 +{
    1.38 +	cp -a $install/* $fs
    1.39 +}