wok-undigest rev 1243

removed obsolete recipes
author Hans-G?nter Theisgen
date Sat Aug 06 17:53:10 2022 +0100 (21 months ago)
parents 7510d110862e
children 10a49f95f9dc
files audacious-dev/receipt audacious-plugins/receipt audacious/receipt
line diff
     1.1 --- a/audacious-dev/receipt	Sat Aug 06 17:47:39 2022 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,20 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="audacious-dev"
     1.7 -VERSION="3.6"
     1.8 -CATEGORY="development"
     1.9 -SHORT_DESC="Audacious development files"
    1.10 -WEB_SITE="http://audacious-media-player.org/"
    1.11 -MAINTAINER="mimas@slitaz.org"
    1.12 -LICENSE="GPL"
    1.13 -WANTED="audacious"
    1.14 -
    1.15 -DEPENDS="pkg-config libguess-dev"
    1.16 -
    1.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 -genpkg_rules()
    1.19 -{
    1.20 -	mkdir -p $fs/usr/lib
    1.21 -	cp -a $install/usr/include $fs/usr
    1.22 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.23 -}
     2.1 --- a/audacious-plugins/receipt	Sat Aug 06 17:47:39 2022 +0100
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,41 +0,0 @@
     2.4 -# SliTaz package receipt.
     2.5 -
     2.6 -PACKAGE="audacious-plugins"
     2.7 -VERSION="3.6"
     2.8 -CATEGORY="multimedia"
     2.9 -SHORT_DESC="Plugins for audacious music player"
    2.10 -MAINTAINER="mimas@slitaz.org"
    2.11 -LICENSE="MIT"
    2.12 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.13 -WEB_SITE="http://audacious-media-player.org/"
    2.14 -WGET_URL="http://distfiles.audacious-media-player.org/$TARBALL"
    2.15 -
    2.16 -SUGGESTED="curl faad2 ffmpeg flac fluidsynth jack-audio-connection-kit lame \
    2.17 -libcddb libcdio libcue libmad libmms libmodplug libnotify libsamplerate \
    2.18 -libsndfile libvorbis lirc mpg123 neon taglib wavpack"
    2.19 -DEPENDS="alsa-lib dbus-glib"
    2.20 -BUILD_DEPENDS="gtk+-dev audacious-dev libguess-dev zlib-dev mpg123-dev \
    2.21 -dbus-glib-dev lirc-dev xorg-libXcomposite-dev libnotify-dev libvorbis-dev \
    2.22 -flac-dev wavpack-dev faad2-dev libsndfile-dev libmodplug-dev ffmpeg-dev \
    2.23 -jack-audio-connection-kit-dev alsa-lib-dev fluidsynth-dev libcdio-dev \
    2.24 -libcddb-dev curl-dev neon-dev libmms-dev libcue-dev lame-dev libsamplerate-dev \
    2.25 -coreutils-file-attributes"
    2.26 -
    2.27 -# Rules to configure and make the package.
    2.28 -compile_rules()
    2.29 -{
    2.30 -	TPUT=/bin/true ./configure \
    2.31 -		--prefix=/usr \
    2.32 -		--sysconfdir=/etc \
    2.33 -		--localstatedir=/var \
    2.34 -		$CONFIGURE_ARGS &&
    2.35 -	make &&
    2.36 -	make DESTDIR=$DESTDIR install
    2.37 -}
    2.38 -
    2.39 -# Rules to gen a SliTaz package suitable for Tazpkg.
    2.40 -genpkg_rules()
    2.41 -{
    2.42 -	cp -a $install/usr $fs
    2.43 -	rm -rf $fs/usr/share/locale
    2.44 -}
     3.1 --- a/audacious/receipt	Sat Aug 06 17:47:39 2022 +0100
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,38 +0,0 @@
     3.4 -# SliTaz package receipt.
     3.5 -
     3.6 -PACKAGE="audacious"
     3.7 -VERSION="3.6"
     3.8 -CATEGORY="multimedia"
     3.9 -SHORT_DESC="Audacious is a versatile and handy multi platform media player"
    3.10 -MAINTAINER="mimas@slitaz.org"
    3.11 -LICENSE="GPL"
    3.12 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    3.13 -WEB_SITE="http://audacious-media-player.org/"
    3.14 -WGET_URL="http://distfiles.audacious-media-player.org/$TARBALL"
    3.15 -TAGS="music audio player mp3 ogg m4a"
    3.16 -
    3.17 -DEPENDS="gtk+ libguess audacious-plugins"
    3.18 -BUILD_DEPENDS="gtk+-dev libguess-dev coreutils-file-attributes"
    3.19 -
    3.20 -# Rules to configure and make the package.
    3.21 -compile_rules()
    3.22 -{
    3.23 -	TPUT=/bin/true ./configure \
    3.24 -		--prefix=/usr \
    3.25 -		--sysconfdir=/etc \
    3.26 -		--localstatedir=/var \
    3.27 -		--with-buildstamp="SliTaz" \
    3.28 -		$CONFIGURE_ARGS &&
    3.29 -	make build_env=host &&
    3.30 -	make DESTDIR=$DESTDIR install
    3.31 -}
    3.32 -
    3.33 -# Rules to gen a SliTaz package suitable for Tazpkg.
    3.34 -genpkg_rules()
    3.35 -{
    3.36 -	mkdir -p $fs/usr/share $fs/usr/lib $fs/usr/bin
    3.37 -	cp -a $install/usr/bin $fs/usr
    3.38 -	cp -a $install/usr/lib/*.so* $fs/usr/lib/
    3.39 -	cp -a $install/usr/share/$PACKAGE $fs/usr/share
    3.40 -	cp -a $install/usr/share/icons $fs/usr/share
    3.41 -}