summaryrefslogtreecommitdiffstats
path: root/extra/goom/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-03-30 15:55:53 +0200
committertnut <tnut at nutyx dot com>2011-03-30 15:55:53 +0200
commitd9bd54d30a68834aa0affaee8f4072acccd02468 (patch)
tree38e5594af807491fc7f2a3318dbccf497de9c1c6 /extra/goom/Pkgfile
parent0f4700367cc1c40bec1e36cecbf2d61d13b87c7b (diff)
parentfa3fb3c9dc062857d19093c63c55f8ee8915e123 (diff)
downloadnutyx-pakxe-d9bd54d30a68834aa0affaee8f4072acccd02468.tar.gz
nutyx-pakxe-d9bd54d30a68834aa0affaee8f4072acccd02468.tar.bz2
nutyx-pakxe-d9bd54d30a68834aa0affaee8f4072acccd02468.tar.xz
nutyx-pakxe-d9bd54d30a68834aa0affaee8f4072acccd02468.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'extra/goom/Pkgfile')
-rw-r--r--extra/goom/Pkgfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/goom/Pkgfile b/extra/goom/Pkgfile
deleted file mode 100644
index 29b8a7495..000000000
--- a/extra/goom/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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: xmms, sdl
-# Run on: xmms,sdl
-
-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
-}
-