[arch-commits] Commit in hatari/repos (4 files)
Laurent Carlier
lcarlier at nymeria.archlinux.org
Sun Apr 28 10:15:20 UTC 2013
Date: Sunday, April 28, 2013 @ 12:15:20
Author: lcarlier
Revision: 89251
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
hatari/repos/community-staging-i686/
hatari/repos/community-staging-i686/PKGBUILD
(from rev 89250, hatari/trunk/PKGBUILD)
hatari/repos/community-staging-x86_64/
hatari/repos/community-staging-x86_64/PKGBUILD
(from rev 89250, hatari/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 28 ++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 28 ++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
Copied: hatari/repos/community-staging-i686/PKGBUILD (from rev 89250, hatari/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 10:15:20 UTC (rev 89251)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=hatari
+pkgver=1.6.2
+pkgrel=2
+pkgdesc='An Atari ST and STE emulator'
+arch=('i686' 'x86_64')
+url='http://hatari.sourceforge.net/'
+license=('GPL')
+depends=('sdl' 'libpng')
+makedepends=('cmake')
+source=("http://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('3957d0c5f8093313c798e565af9a92e1')
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ ./configure --prefix=/usr
+
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ make DESTDIR=${pkgdir} install
+}
Copied: hatari/repos/community-staging-x86_64/PKGBUILD (from rev 89250, hatari/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2013-04-28 10:15:20 UTC (rev 89251)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=hatari
+pkgver=1.6.2
+pkgrel=2
+pkgdesc='An Atari ST and STE emulator'
+arch=('i686' 'x86_64')
+url='http://hatari.sourceforge.net/'
+license=('GPL')
+depends=('sdl' 'libpng')
+makedepends=('cmake')
+source=("http://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('3957d0c5f8093313c798e565af9a92e1')
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ ./configure --prefix=/usr
+
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ make DESTDIR=${pkgdir} install
+}
More information about the arch-commits
mailing list