summaryrefslogtreecommitdiff
path: root/community/stella
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/stella
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/stella')
-rw-r--r--community/stella/PKGBUILD30
-rw-r--r--community/stella/stella.install11
2 files changed, 0 insertions, 41 deletions
diff --git a/community/stella/PKGBUILD b/community/stella/PKGBUILD
deleted file mode 100644
index 9b903cd2c..000000000
--- a/community/stella/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel@aur.archlinux.org>
-# Contributor: Renato Garcia <fgarcia.renato@gmail.com>
-# Contributor: Tiago Camargo <tcamargo@gmail.com>
-# Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
-
-pkgname=stella
-pkgver=3.9
-pkgrel=1
-pkgdesc="A multi-platform Atari 2600 VCS emulator"
-arch=('i686' 'x86_64')
-url="http://stella.sourceforge.net"
-license=('GPL')
-depends=('sdl' 'hicolor-icon-theme' 'gtk-update-icon-cache')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
-md5sums=('a0b1dbfef4f7b5e6ff9273c15cf4ba7d')
-
-build() {
- cd "$srcdir"/$pkgname-$pkgver
-
- ./configure --prefix=/usr
-
- make
-}
-
-package() {
- cd "$srcdir"/$pkgname-$pkgver
-
- make DESTDIR="$pkgdir"/ install
-}
diff --git a/community/stella/stella.install b/community/stella/stella.install
deleted file mode 100644
index 1a05f573e..000000000
--- a/community/stella/stella.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}