summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-16 23:14:53 +0000
committerroot <root@rshg054.dnsready.net>2011-12-16 23:14:53 +0000
commit492f7c22a61fdb0488000da9f66d68e11bb43918 (patch)
tree4186fa7bc3f8d6b6e8bbf984b036a5478d63272f /community
parentac25f0b5aaf7aff394a8df695be995ec8463e264 (diff)
Fri Dec 16 23:14:53 UTC 2011
Diffstat (limited to 'community')
-rw-r--r--community/binutils-avr/PKGBUILD11
-rw-r--r--community/mc/PKGBUILD14
-rw-r--r--community/nbd/PKGBUILD13
-rw-r--r--community/python2-pyopencl/PKGBUILD9
-rw-r--r--community/ragel/PKGBUILD32
5 files changed, 59 insertions, 20 deletions
diff --git a/community/binutils-avr/PKGBUILD b/community/binutils-avr/PKGBUILD
index 06e8ce92c..cd2f9c7e8 100644
--- a/community/binutils-avr/PKGBUILD
+++ b/community/binutils-avr/PKGBUILD
@@ -1,19 +1,20 @@
-# $Id: PKGBUILD 58711 2011-11-17 21:06:00Z jelle $
+# $Id: PKGBUILD 60627 2011-12-15 18:55:59Z jelle $
# Maintainer: Brad Fanella <bradfanella@archlinux.us>
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
# Contributor: danst0 <danst0@west.de>
pkgname=binutils-avr
-pkgver=2.21.1
-pkgrel=2
+pkgver=2.22
+pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files for the avr architecture"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/binutils/"
license=('GPL')
depends=('glibc>=2.12-5' 'zlib')
options=('!libtool' '!distcc' '!ccache')
-source=(http://ftp.gnu.org/gnu/${pkgname/-avr}/${pkgname/-avr}-${pkgver}.tar.bz2)
-md5sums=('bde820eac53fa3a8d8696667418557ad')
+source=(http://ftp.gnu.org/gnu/${pkgname/-avr}/${pkgname/-avr}-${pkgver}.tar.bz2{,.sig})
+md5sums=('ee0f10756c84979622b992a4a61ea3f5'
+ '6aea2485019497583e5c3f5fc4a39cd5')
build() {
cd ${srcdir}/${pkgname/-avr}-${pkgver}
diff --git a/community/mc/PKGBUILD b/community/mc/PKGBUILD
index 5c4e2b6fd..fa0c71344 100644
--- a/community/mc/PKGBUILD
+++ b/community/mc/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 57569 2011-10-30 21:21:44Z bisson $
+# $Id: PKGBUILD 60621 2011-12-15 18:20:41Z schuay $
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
# Maintainer: schuay <jakob.gruber@gmail.com>
pkgname=mc
-pkgver=4.8.0
-pkgrel=2
+pkgver=4.8.1
+pkgrel=1
pkgdesc="Midnight Commander is a text based filemanager/shell that emulates Norton Commander"
arch=('i686' 'x86_64')
url="http://www.ibiblio.org/mc/"
@@ -25,13 +25,8 @@ optdepends=('p7zip: support for 7zip archives'
'cabextract: ucab extfs'
'unrar: urar extfs'
'zip: uzip extfs')
-provides=('mcedit-pkgbuild-syntax')
-conflicts=('mc-utf8')
-replaces=('mc-utf8')
options=('!emptydirs' '!makeflags')
source=("http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('592478c3edfa2ad64c8cd165b9bec446')
-sha1sums=('2584a681350e07d1e6703b9f7fd77cec45a6e061')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -59,3 +54,6 @@ package() {
sed 's#/usr/bin/env python#/usr/bin/python2#' \
-i "${pkgdir}/usr/lib/mc/extfs.d/s3+"
}
+
+md5sums=('7d60c87d87b359831d976fa28034935e')
+sha1sums=('8a38468d11f9366b60615043554e71f87ee3cd56')
diff --git a/community/nbd/PKGBUILD b/community/nbd/PKGBUILD
index 571364ac9..def409c4c 100644
--- a/community/nbd/PKGBUILD
+++ b/community/nbd/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 51422 2011-07-08 22:24:07Z svenstaro $
+# $Id: PKGBUILD 60618 2011-12-15 15:10:42Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Christian Hesse <mail@eworm.de>
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Gerhard Brauer <gerbra@archlinux.de>
pkgname=nbd
-pkgver=2.9.23
+pkgver=2.9.25
pkgrel=1
pkgdesc="Tools for network block devices, allowing you to use remote block devices over TCP/IP."
arch=('i686' 'x86_64')
@@ -16,14 +16,21 @@ source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
backup=('etc/nbd-server/config')
depends=('glib2')
install=nbd.install
-md5sums=('065b6ded41887a08be6dbb8d77280f24'
+md5sums=('df7c99168da00da1c969fd24ea9e0111'
'075be420c3d7d7fc9408def3cb8c470d'
'e7b13a8b3369e11927d9917664557efa')
build(){
cd "${srcdir}/${pkgname}-${pkgver}"
+
./configure --prefix=/usr --sysconfdir=/etc
+
make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
make DESTDIR="${pkgdir}" install
install -D -m644 "${srcdir}"/config "${pkgdir}"/etc/nbd-server/config
diff --git a/community/python2-pyopencl/PKGBUILD b/community/python2-pyopencl/PKGBUILD
index 2175324bd..a9256b7c5 100644
--- a/community/python2-pyopencl/PKGBUILD
+++ b/community/python2-pyopencl/PKGBUILD
@@ -1,13 +1,14 @@
-# $Id: PKGBUILD 53932 2011-08-10 01:28:16Z stephane $
+# $Id: PKGBUILD 60633 2011-12-15 21:15:10Z stephane $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
+
pkgname=python2-pyopencl
pkgver=2011.1.2
-pkgrel=2
+pkgrel=3
pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
arch=('i686' 'x86_64')
url="http://mathema.tician.de/software/pyopencl"
license=('custom')
-depends=('python2' 'python2-numpy' 'python-mako' 'python2-pytools' 'libcl' 'opencl-headers')
+depends=('python2' 'python2-numpy' 'python-mako' 'python2-pytools' 'libcl' 'opencl-headers' 'mesa')
makedepends=('ctags' 'python2-distribute')
provides=('pyopencl=${pkgver}')
replaces=('pyopencl')
@@ -19,7 +20,7 @@ sha1sums=('5ecc476b86317ed065c75c1d8efb2a53d1d8f075'
build() {
cd "${srcdir}/pyopencl-${pkgver}"
- python2 ./configure.py
+ python2 ./configure.py --cl-enable-gl
python2 setup.py build
}
diff --git a/community/ragel/PKGBUILD b/community/ragel/PKGBUILD
new file mode 100644
index 000000000..fbff09e27
--- /dev/null
+++ b/community/ragel/PKGBUILD
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 60639 2011-12-16 00:03:11Z tredaelli $
+# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
+# Contributor: Michael P <ptchinster@archlinux.us>
+# Contributor: Roberto Alsina <ralsina@kde.org>
+# Contributor: Will Chappell <mr.chapendi@gmail.com>
+# Contributor: Jesse Young <jesse.young@gmail.com>
+# Contributor: Gustavo Alvarez <sl1pkn07@gmail.com>
+
+pkgname=ragel
+pkgver=6.7
+pkgrel=1
+pkgdesc="Compiles finite state machines from regular languages into executable C, C++, Objective-C, or D code."
+arch=('i686' 'x86_64')
+url="http://www.complang.org/ragel/"
+license=('GPL')
+depends=('gcc-libs')
+source=("http://www.complang.org/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('f4423e0d8a6538dd4e61498fcfad3cec')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir/" install
+}
+