[arch-commits] Commit in scummvm/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Juergen Hoetzel
juergen at archlinux.org
Thu Jun 7 12:29:27 UTC 2012
Date: Thursday, June 7, 2012 @ 08:29:27
Author: juergen
Revision: 160951
archrelease: copy trunk to extra-x86_64
Added:
scummvm/repos/extra-x86_64/PKGBUILD
(from rev 160950, scummvm/trunk/PKGBUILD)
Deleted:
scummvm/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++-----------------------------------
1 file changed, 29 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2012-06-07 12:29:22 UTC (rev 160950)
+++ PKGBUILD 2012-06-07 12:29:27 UTC (rev 160951)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: juergen <juergen at archlinux.org>
-# Contributor: Manolis Tzanidakis, Petter Gundersen
-
-pkgname=scummvm
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="A 'virtual machine' for several classic graphical point-and-click adventure games."
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.scummvm.org/"
-depends=('libmad' 'sdl' 'fluidsynth')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('aa094c2224aad22d5340a1d2d919c883')
-
-build() {
- cd "${srcdir}"/${pkgname}-${pkgver}
- ./configure --backend=sdl --disable-debug \
- --with-flac-prefix=/usr \
- --with-fluidsynth-prefix=/usr \
- --disable-faad \
- --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}"/${pkgname}-${pkgver}
- install -Dm755 scummvm "${pkgdir}"/usr/bin/scummvm
- install -Dm644 dists/scummvm.6 "${pkgdir}"/usr/share/man/man6/scummvm.6
- # fixes FS#9118
- install -Dm644 dists/${pkgname}.desktop \
- "${pkgdir}"/usr/share/applications/${pkgname}.desktop
- install -Dm644 icons/scummvm.xpm \
- "${pkgdir}"/usr/share/pixmaps/scummvm.xpm
-
- install -Dm644 gui/themes/scummmodern.zip "${pkgdir}"/usr/share/scummvm/scummmodern.zip
-}
Copied: scummvm/repos/extra-x86_64/PKGBUILD (from rev 160950, scummvm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2012-06-07 12:29:27 UTC (rev 160951)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: juergen <juergen at archlinux.org>
+# Contributor: Manolis Tzanidakis, Petter Gundersen
+
+pkgname=scummvm
+pkgver=1.4.1
+pkgrel=2
+pkgdesc="A 'virtual machine' for several classic graphical point-and-click adventure games."
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.scummvm.org/"
+depends=('libmad' 'sdl' 'fluidsynth' 'flac' 'faad2' 'libvorbis' 'libmad')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('aa094c2224aad22d5340a1d2d919c883')
+
+build() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ ./configure --disable-debug \
+ --enable-release \
+ --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ make DESTDIR=$startdir/pkg install
+ install -Dm644 dists/${pkgname}.desktop \
+ "${pkgdir}"/usr/share/applications/${pkgname}.desktop
+}
More information about the arch-commits
mailing list