From c1ecb3327cb18634bf02281cdb18a488df9043a5 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Mon, 10 Aug 2009 22:32:25 +0200 Subject: Ajout de goom#2k4-2 --- extra/goom/.footprint | 28 ++++++++++++++++++++++++++++ extra/goom/.md5sum | 1 + extra/goom/Pkgfile | 20 ++++++++++++++++++++ 3 files changed, 49 insertions(+) create mode 100644 extra/goom/.footprint create mode 100644 extra/goom/.md5sum create mode 100644 extra/goom/Pkgfile diff --git a/extra/goom/.footprint b/extra/goom/.footprint new file mode 100644 index 000000000..3b01e45d9 --- /dev/null +++ b/extra/goom/.footprint @@ -0,0 +1,28 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/goom2 +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/goom/ +-rw-r--r-- root/root usr/include/goom/goom.h +-rw-r--r-- root/root usr/include/goom/goom_config.h +-rw-r--r-- root/root usr/include/goom/goom_config_param.h +-rw-r--r-- root/root usr/include/goom/goom_filters.h +-rw-r--r-- root/root usr/include/goom/goom_graphic.h +-rw-r--r-- root/root usr/include/goom/goom_plugin_info.h +-rw-r--r-- root/root usr/include/goom/goom_tools.h +-rw-r--r-- root/root usr/include/goom/goom_typedefs.h +-rw-r--r-- root/root usr/include/goom/goom_visual_fx.h +-rw-r--r-- root/root usr/include/goom/goomsl.h +-rw-r--r-- root/root usr/include/goom/goomsl_hash.h +-rw-r--r-- root/root usr/include/goom/goomsl_heap.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libgoom2.la +lrwxrwxrwx root/root usr/lib/libgoom2.so -> libgoom2.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libgoom2.so.0 -> libgoom2.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libgoom2.so.0.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libgoom2.pc +drwxr-xr-x root/root usr/lib/xmms/ +drwxr-xr-x root/root usr/lib/xmms/Visualization/ +-rwxr-xr-x root/root usr/lib/xmms/Visualization/libxmmsgoom2.la +-rwxr-xr-x root/root usr/lib/xmms/Visualization/libxmmsgoom2.so diff --git a/extra/goom/.md5sum b/extra/goom/.md5sum new file mode 100644 index 000000000..b685bb568 --- /dev/null +++ b/extra/goom/.md5sum @@ -0,0 +1 @@ +8100dd07e0c6784fdf079eeaa53a5c7f goom-2k4-0-src.tar.gz diff --git a/extra/goom/Pkgfile b/extra/goom/Pkgfile new file mode 100644 index 000000000..648521305 --- /dev/null +++ b/extra/goom/Pkgfile @@ -0,0 +1,20 @@ +# Description: Générateurs d'effets visuels pour lecteur MP3 +# URL: http://pkgsrc.se/audio/goom +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=goom +version=2k4 +release=2 +source=(http://switch.dl.sourceforge.net/sourceforge/$name/$name-$version-0-src.tar.gz) + +build() { + cd $name$version-0 + ./configure --prefix=/usr + + make CFLAGS="$CFLAGS" + make DESTDIR=$PKG install + make DESTDIR=$PKG install + chown -R root:root $PKG +} -- cgit v1.2.3-54-g00ecf