summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-15 00:05:49 -0800
committerroot <root@rshg054.dnsready.net>2013-02-15 00:05:49 -0800
commit3cc17982fa285effbc27ce867815e56bae56238d (patch)
tree7e65679d91a1a2afb576dc56f7ce5f040e5a2966 /community
parent0bf564cf7a3d99207457267c75f92ceb67197537 (diff)
Fri Feb 15 00:05:49 PST 2013
Diffstat (limited to 'community')
-rw-r--r--community/caph/PKGBUILD10
-rw-r--r--community/gimp-gap/PKGBUILD28
-rw-r--r--community/mksh/PKGBUILD8
3 files changed, 9 insertions, 37 deletions
diff --git a/community/caph/PKGBUILD b/community/caph/PKGBUILD
index 04307c8e5..11355cca2 100644
--- a/community/caph/PKGBUILD
+++ b/community/caph/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 63510 2012-02-05 11:52:20Z ibiru $
+# $Id: PKGBUILD 84258 2013-02-14 21:05:08Z arodseth $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: jose <jose1711 [at] gmail (dot) com>
pkgname=caph
arch=('i686' 'x86_64')
pkgver=1.1
-pkgrel=2
-pkgdesc="A sandbox game based on physics which uses doodles as a primary gameplay element"
+pkgrel=3
+pkgdesc='Sandbox game based on physics which uses doodles as a primary gameplay element'
license=('GPL')
-url="http://sourceforge.net/projects/caphgame/"
+url='http://sourceforge.net/projects/caphgame/'
depends=('sdl' 'libgl' 'libpng')
makedepends=('mesa')
source=("http://sourceforge.net/projects/caphgame/files/caph/caphgame-${pkgver}/caph-${pkgver}.tar.bz2"
@@ -18,13 +18,13 @@ md5sums=('dbc2cfbb5cd98a77c5b731515d3a77b9'
build() {
cd $srcdir/caph-${pkgver}/src
- mkdir -p $pkgdir/usr/{bin,share/{caph/maps,doc/caph}}
./confg
./build
}
package() {
cd $srcdir/caph-${pkgver}/src
+ mkdir -p $pkgdir/usr/{bin,share/{caph/maps,doc/caph}}
install -D -m755 ./caph $pkgdir/usr/bin/caph
install -D -m644 ../doc/caph/* $pkgdir/usr/share/doc/caph/ || true
install -D -m644 ../share/caph/* $pkgdir/usr/share/caph/ || true
diff --git a/community/gimp-gap/PKGBUILD b/community/gimp-gap/PKGBUILD
deleted file mode 100644
index f541a468b..000000000
--- a/community/gimp-gap/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 83144 2013-01-27 16:15:18Z pierre $
-# Maintainer: tobias <tobias@archlinux.org>
-# Contributor: Tobias Kieslich <tobias@justdreams.de>
-
-pkgname=gimp-gap
-pkgver=2.6.0
-pkgrel=3
-pkgdesc="A Plug-In collection to edit and create animations for the Gimp"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.gimp.org/downloads/"
-depends=('gimp' 'xvidcore' 'bash' 'libjpeg')
-makedepends=('intltool')
-options=('!makeflags')
-source=(ftp://ftp.gimp.org/pub/gimp/plug-ins/v2.6/gap/$pkgname-$pkgver.tar.bz2)
-md5sums=('249ed829de8b78675c0fe4ef4212089f')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- [ "$CARCH" = "x86_64" ] && CFLAGS+="-fPIC"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
diff --git a/community/mksh/PKGBUILD b/community/mksh/PKGBUILD
index 061dd423b..ac10554d1 100644
--- a/community/mksh/PKGBUILD
+++ b/community/mksh/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 80731 2012-12-01 17:21:44Z ttoepper $
+# $Id: PKGBUILD 84238 2013-02-14 15:04:13Z ttoepper $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
# Contributor: Daniel Hommel <dhommel@gmail.com>
pkgname=mksh
-pkgver=R41
+pkgver=R42
pkgrel=1
pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
url='https://www.mirbsd.org/mksh.htm'
@@ -13,8 +13,8 @@ install=mksh.install
source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$pkgver.tgz"
'https://www.mirbsd.org/TaC-mksh.txt')
depends=('gcc-libs')
-md5sums=('70eca50d9340412714ef09b7060ebde9'
- '124164b14263f5ee09d2135fffce7282')
+md5sums=('f1ad261f79f6ac45e8d5cc5bea191090'
+ '2ab409def9e4726f4835077f68c8c28b')
build() {
cd "$srcdir/$pkgname"