[arch-commits] Commit in vice/trunk (PKGBUILD)

Eric Belanger eric at archlinux.org
Mon Aug 4 04:39:35 UTC 2008


    Date: Monday, August 4, 2008 @ 00:39:35
  Author: eric
Revision: 7779

upgpkg: vice 2.0-1
    added missing libxaw and libxxf86vm depends, added missing xorg-font-utils makedepends, disabled SMP build

Modified:
  vice/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-04 04:33:11 UTC (rev 7778)
+++ PKGBUILD	2008-08-04 04:39:35 UTC (rev 7779)
@@ -9,8 +9,10 @@
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.viceteam.org/"
+depends=('esd' 'gcc-libs' 'giflib' 'lame' 'libgl' 'libjpeg' 'libpng' 'libxaw' 'libxxf86vm')
+makedepends=('xorg-font-utils')
+options=('!makeflags')
 source=(http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/$pkgname-$pkgver.tar.gz)
-depends=('esd' 'gcc-libs' 'giflib' 'lame' 'libgl' 'libjpeg' 'libpng')
 md5sums=('e4af3962469cb2279429718946528f1d')
 
 build() {
@@ -18,4 +20,5 @@
   ./configure --prefix=/usr --enable-fullscreen
   make || return 1
   make DESTDIR=$startdir/pkg install
+  rm $startdir/pkg/usr/share/info/dir
 }




More information about the arch-commits mailing list