diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/zaz | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/zaz')
-rw-r--r-- | community/zaz/PKGBUILD | 32 | ||||
-rw-r--r-- | community/zaz/zaz.install | 13 |
2 files changed, 0 insertions, 45 deletions
diff --git a/community/zaz/PKGBUILD b/community/zaz/PKGBUILD deleted file mode 100644 index 7a4684d6d..000000000 --- a/community/zaz/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 75255 2012-08-17 04:30:40Z svenstaro $ -# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> -# Contributor: Adrián Chaves Fernández (aka Gallaecio) <adriyetichaves@gmail.com> -# Contributor: Todd Partridge (aka Gen2ly) <toddrpartridge@gmail.com> - -pkgname=zaz -pkgver=1.0.0 -pkgrel=3 -pkgdesc="Puzzle game where the player has to arrange balls in triplets." -arch=('i686' 'x86_64') -url="http://sourceforge.net/projects/zaz/" -license=('GPL3' 'custom:CCBYSA') -depends=('ftgl' 'sdl' 'sdl_image' 'libvorbis' 'libtheora' 'desktop-file-utils') -source=(http://download.sourceforge.net/sourceforge/zaz/files/$pkgname-$pkgver.tar.bz2) -md5sums=('d92a043780d06c699da0ba04aab32a6b') -install=zaz.install - -build() { - cd "$srcdir/$pkgname-$pkgver" - - ./configure --prefix=/usr --disable-splash - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - make DESTDIR="$pkgdir/" install - - install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE - install -Dm644 data/copyright.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE_DATA -} diff --git a/community/zaz/zaz.install b/community/zaz/zaz.install deleted file mode 100644 index 724bfce00..000000000 --- a/community/zaz/zaz.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - update-desktop-database -q - update-mime-database usr/share/mime &> /dev/null - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |