summaryrefslogtreecommitdiff
path: root/community-staging/silly/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/silly/PKGBUILD')
-rw-r--r--community-staging/silly/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/community-staging/silly/PKGBUILD b/community-staging/silly/PKGBUILD
deleted file mode 100644
index 6c096d54c..000000000
--- a/community-staging/silly/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 62458 2012-01-20 07:15:00Z svenstaro $
-# Maintainer: Eric Belanger <eric@archlinux.org>
-# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
-
-pkgname=silly
-pkgver=0.1.0
-pkgrel=5
-pkgdesc="Simple Image Loading LibrarY, a part of the CEGUI project"
-arch=('i686' 'x86_64')
-url="http://www.cegui.org.uk/wiki/index.php/SILLY"
-license=('MIT')
-depends=('libjpeg' 'libpng' 'gcc-libs')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/crayzedsgui/SILLY-${pkgver}.tar.gz
- silly-libpng1.5.patch)
-md5sums=('c3721547fced7792a36ffc9ce6ec23fd'
- '530551c2942aea6fa20f10d06f1e604f')
-
-build() {
- cd "${srcdir}/SILLY-${pkgver}"
- patch -Np1 < $srcdir/silly-libpng1.5.patch
- ./configure --prefix=/usr
- make
- make DESTDIR="${pkgdir}" install
- install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}