From 462391357aa5e749dc9908c15f3baa0b4416f3d8 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Tue, 28 Jan 2014 03:27:16 +0000 Subject: Tue Jan 28 03:22:21 UTC 2014 --- pcr/libsquish-svn/LICENSE | 24 ------------------------ pcr/libsquish-svn/PKGBUILD | 35 ----------------------------------- 2 files changed, 59 deletions(-) delete mode 100644 pcr/libsquish-svn/LICENSE delete mode 100644 pcr/libsquish-svn/PKGBUILD (limited to 'pcr/libsquish-svn') diff --git a/pcr/libsquish-svn/LICENSE b/pcr/libsquish-svn/LICENSE deleted file mode 100644 index dd0f22eb9..000000000 --- a/pcr/libsquish-svn/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -/* ----------------------------------------------------------------------------- - - Copyright (c) 2006 Simon Brown si@sjbrown.co.uk - - Permission is hereby granted, free of charge, to any person obtaining - a copy of this software and associated documentation files (the - "Software"), to deal in the Software without restriction, including - without limitation the rights to use, copy, modify, merge, publish, - distribute, sublicense, and/or sell copies of the Software, and to - permit persons to whom the Software is furnished to do so, subject to - the following conditions: - - The above copyright notice and this permission notice shall be included - in all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -------------------------------------------------------------------------- */ diff --git a/pcr/libsquish-svn/PKGBUILD b/pcr/libsquish-svn/PKGBUILD deleted file mode 100644 index 17af64a96..000000000 --- a/pcr/libsquish-svn/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# Maintainer: Jorge Araya Navarro -# Contributor: F0ruD -pkgname=libsquish-svn -pkgver=48 -pkgrel=5 -pkgdesc="DXT compression library - svn build" -arch=('i686' 'x86_64') -url="http://code.google.com/p/libsquish" -makedepends=('subversion' ) -license=('MIT') -provides=('libsquish') -conflicts=('libsquish' 'kervalasquish-hg' 'kervala_libsquish-hg') -mksource=("$pkgname-$pkgver"::svn+http://libsquish.googlecode.com/svn/trunk/#revision=$pkgver) -mkmd5sums=('SKIP') - -source=("libre://$pkgname-$pkgver.tar.gz" - LICENSE) - -build() { - cd "$srcdir/$pkgname-$pkgver" - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - # make install - mkdir -p $pkgdir/usr/local/{include,lib} - - install -Dm 644 squish.h $pkgdir/usr/local/include/squish.h - install -Dm 644 libsquish.so.0.0 $pkgdir/usr/local/lib/libsquish.so.0.0 - install -Dm 644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE -} - -sha256sums=('d1c057bf105872f50f504584fd7b31fb980ed5e235b14a92c6cb0aa7d7758e8f' - 'ed13029728a637f599833a68be22f3cc356a7f13be8d79284b2c415e172efd75') -- cgit v1.2.3-54-g00ecf