From 1ffabe284d9f5a4ac055941d9817af71be1e5b54 Mon Sep 17 00:00:00 2001 From: Parabola Date: Wed, 15 Feb 2012 20:35:57 +0000 Subject: Wed Feb 15 20:35:56 UTC 2012 --- community-testing/silly/PKGBUILD | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 community-testing/silly/PKGBUILD (limited to 'community-testing/silly/PKGBUILD') diff --git a/community-testing/silly/PKGBUILD b/community-testing/silly/PKGBUILD deleted file mode 100644 index 642de82ca..000000000 --- a/community-testing/silly/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# $Id: PKGBUILD 63280 2012-01-30 19:08:06Z ibiru $ -# Maintainer: Eric Belanger -# Contributor: G_Syme - -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" -} -- cgit v1.2.3-54-g00ecf