[arch-commits] Commit in xmms-imms/repos/community-i686 (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Mon Feb 4 11:06:43 UTC 2013
Date: Monday, February 4, 2013 @ 12:06:43
Author: spupykin
Revision: 83685
archrelease: copy trunk to community-i686
Added:
xmms-imms/repos/community-i686/PKGBUILD
(from rev 83684, xmms-imms/trunk/PKGBUILD)
Deleted:
xmms-imms/repos/community-i686/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-02-04 11:06:31 UTC (rev 83684)
+++ PKGBUILD 2013-02-04 11:06:43 UTC (rev 83685)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Kritoke <kritoke at nospam.gmail.com>
-# Contributor: Kritoke <kritoke at nospam.gmail.com>
-
-pkgname=xmms-imms
-pkgver=3.1.0_rc10
-pkgrel=1
-pkgdesc="An intelligent playlist plug-in for XMMS that tracks your listening patterns and dynamically adapts to your taste."
-arch=(i686 x86_64)
-license=("GPL")
-url="http://imms.luminal.org/"
-depends=('xmms' 'pcre' 'sqlite' 'taglib' 'glib2' 'sox' 'torch' 'libxss' 'fftw')
-replaces=('imms')
-source=(http://imms.googlecode.com/files/imms-${pkgver/_/-}.tar.bz2)
-md5sums=('61302249e9638779b3241987ab62676d')
-
-build() {
- cd $srcdir/imms-${pkgver/_/-}
-
- if [ $NOEXTRACT -ne 1 ]; then
- autoheader
- aclocal
- autoconf
- CXXFLAGS="$CXXFLAGS -DDEBUG=0" ./configure --prefix=/usr --disable-immsremote
- fi
-
- make
- mkdir -p $pkgdir/usr/bin
- make prefix=$pkgdir/usr DESTDIR=$startdir/pkg/usr/lib/xmms/General \
- BMPDESTDIR=$pkgdir/usr/lib/bmp/General install
-}
Copied: xmms-imms/repos/community-i686/PKGBUILD (from rev 83684, xmms-imms/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-02-04 11:06:43 UTC (rev 83685)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Kritoke <kritoke at nospam.gmail.com>
+# Contributor: Kritoke <kritoke at nospam.gmail.com>
+
+pkgname=xmms-imms
+pkgver=3.1.0_rc10
+pkgrel=1
+pkgdesc="An intelligent playlist plug-in for XMMS that tracks your listening patterns and dynamically adapts to your taste."
+arch=(i686 x86_64)
+license=("GPL")
+url="http://imms.luminal.org/"
+depends=('xmms' 'pcre' 'sqlite' 'taglib' 'glib2' 'sox' 'torch' 'libxss' 'fftw')
+replaces=('imms')
+source=(http://imms.googlecode.com/files/imms-${pkgver/_/-}.tar.bz2)
+md5sums=('61302249e9638779b3241987ab62676d')
+
+build() {
+ cd $srcdir/imms-${pkgver/_/-}
+
+ if [ $NOEXTRACT -ne 1 ]; then
+ autoheader
+ aclocal
+ autoconf
+ CXXFLAGS="$CXXFLAGS -DDEBUG=0" ./configure --prefix=/usr --disable-immsremote
+ fi
+
+ make
+ mkdir -p $pkgdir/usr/bin
+ make prefix=$pkgdir/usr DESTDIR=$pkgdir/usr/lib/xmms/General \
+ BMPDESTDIR=$pkgdir/usr/lib/bmp/General install
+}
More information about the arch-commits
mailing list