diff options
Diffstat (limited to 'community-testing/hatari/PKGBUILD')
-rw-r--r-- | community-testing/hatari/PKGBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/community-testing/hatari/PKGBUILD b/community-testing/hatari/PKGBUILD deleted file mode 100644 index c9de15c29..000000000 --- a/community-testing/hatari/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $Id: PKGBUILD 63164 2012-01-30 19:00:24Z ibiru $ -# Maintainer: Shinlun Hsieh <yngwiexx@yahoo.com.tw> - -pkgname=hatari -pkgver=1.5.0 -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.berlios.de/hatari/${pkgname}-${pkgver}.tar.bz2") -md5sums=('16277cff73ec3a342b87b7b7ea3932f4') - -build() { - cd ${pkgname}-${pkgver} - - ./configure --prefix=/usr - - make -} - -package() { - cd ${pkgname}-${pkgver} - - make DESTDIR=${pkgdir} install -} |