summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-06-01 22:46:45 +0000
committerroot <root@rshg047.dnsready.net>2011-06-01 22:46:45 +0000
commite7b9c9697e6a50c3b9e78941fa95ba11c716d238 (patch)
tree4df601d78b5a2009ebeea5f01afe1f6e2beb8ca4 /community
parent311d0420d77867bdb1066d38743e68e596a17ce5 (diff)
Wed Jun 1 22:46:45 UTC 2011
Diffstat (limited to 'community')
-rw-r--r--community/fpc/PKGBUILD10
-rw-r--r--community/gsasl/PKGBUILD10
-rw-r--r--community/hostapd/PKGBUILD9
-rw-r--r--community/hostapd/hostapd.install1
-rw-r--r--community/inputattach/PKGBUILD13
-rw-r--r--community/inputattach/inputattach.install6
-rw-r--r--community/inputattach/inputattach.rc.d4
-rw-r--r--community/pptpd/PKGBUILD12
-rw-r--r--community/rsyslog/PKGBUILD8
-rw-r--r--community/scummvm-tools/PKGBUILD12
-rw-r--r--community/tomoyo-tools/PKGBUILD8
11 files changed, 52 insertions, 41 deletions
diff --git a/community/fpc/PKGBUILD b/community/fpc/PKGBUILD
index 9b7d02152..16dd11444 100644
--- a/community/fpc/PKGBUILD
+++ b/community/fpc/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 32549 2010-11-14 16:57:28Z spupykin $
+# $Id: PKGBUILD 48312 2011-05-31 09:49:30Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Valeriy Lyasotskiy <onestep@ukr.net>
# Contributor: Jan Willemson <janwil@hot.ee>
@@ -7,7 +7,7 @@
# See http://bbs.archlinux.org/viewtopic.php?t=9318&highlight=fpc
pkgname=fpc
-pkgver=2.4.2
+pkgver=2.4.4
pkgrel=1
pkgdesc="The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time library."
arch=('i686' 'x86_64')
@@ -18,11 +18,15 @@ depends=(ncurses)
makedepends=(fpc)
options=(zipman)
source=(ftp://ftp.freepascal.org/pub/fpc/dist/$pkgver/source/fpcbuild-$pkgver.tar.gz)
-md5sums=('35ff506cca77b999097ffed61705be95')
+md5sums=('d069dfd3412bd0d26dcd1b81ac998305')
build() {
cd ${srcdir}/fpcbuild-$pkgver
make NOGDB=1 build
+}
+
+package() {
+ cd ${srcdir}/fpcbuild-$pkgver
make -j1 NOGDB=1 PREFIX=${pkgdir}/usr install
# install package license
diff --git a/community/gsasl/PKGBUILD b/community/gsasl/PKGBUILD
index 01c39c725..35dac7cf4 100644
--- a/community/gsasl/PKGBUILD
+++ b/community/gsasl/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 45799 2011-04-29 10:48:15Z spupykin $
+# $Id: PKGBUILD 48291 2011-05-31 09:32:16Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Orivej Desh <smpuj@bk.ru>
# Maintainer: Orivej Desh <smpuj@bk.ru>
pkgname=gsasl
-pkgver=1.5.4
-pkgrel=2
+pkgver=1.6.1
+pkgrel=1
pkgdesc="Simple Authentication and Security Layer framework and a few common SASL mechanisms"
arch=("i686" "x86_64")
url="http://josefsson.org/gsasl/"
license=("GPL")
depends=('gnutls' 'libidn' 'krb5')
-source=("ftp://alpha.gnu.org/gnu/gsasl/$pkgname-$pkgver.tar.gz")
-md5sums=('44cf5073a6ee2d77d526605bd6ab3904')
+source=("ftp://ftp.gnu.org/gnu/gsasl/$pkgname-$pkgver.tar.gz")
+md5sums=('7ae813eeb1f90ad52e9a781ac9e17f28')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/hostapd/PKGBUILD b/community/hostapd/PKGBUILD
index c8e7408b5..32419b099 100644
--- a/community/hostapd/PKGBUILD
+++ b/community/hostapd/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 35909 2010-12-23 21:54:48Z spupykin $
+# $Id: PKGBUILD 48326 2011-05-31 10:29:12Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
_madwifiver=0.9.4.4133
pkgname=hostapd
pkgver=0.7.3
-pkgrel=3
+pkgrel=4
pkgdesc="daemon for wireless software access points"
arch=('i686' 'x86_64')
url="http://hostap.epitest.fi/hostapd/"
@@ -40,6 +40,10 @@ build() {
$pkgdir/usr/share/licenses/$pkgname $pkgdir/etc/rc.d
make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver/hostapd
make DESTDIR=$pkg install
cp hlr_auc_gw.milenage_db $pkgdir/etc/hostapd
@@ -60,4 +64,5 @@ build() {
cp ../../hostapd.conf.d $pkgdir/etc/conf.d/hostapd
mv $pkgdir/usr/man $pkgdir/usr/share/
+ sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' $pkgdir/etc/hostapd/hostapd.conf
}
diff --git a/community/hostapd/hostapd.install b/community/hostapd/hostapd.install
index bd2216541..801187e71 100644
--- a/community/hostapd/hostapd.install
+++ b/community/hostapd/hostapd.install
@@ -18,4 +18,3 @@ post_install() {
post_upgrade() {
post_install
}
-
diff --git a/community/inputattach/PKGBUILD b/community/inputattach/PKGBUILD
index 0953d0a3a..0e6211808 100644
--- a/community/inputattach/PKGBUILD
+++ b/community/inputattach/PKGBUILD
@@ -1,8 +1,10 @@
+# $Id: PKGBUILD 48320 2011-05-31 10:23:41Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Mark Smith <markzzzsmith@yahoo.com.au>
pkgname=inputattach
pkgver=1.24
-pkgrel=3
+pkgrel=4
pkgdesc="Attach serial mice, keyboards and other input devices to the kernel input system"
arch=('i686' 'x86_64')
url="http://linuxconsole.sourceforge.net/"
@@ -15,9 +17,12 @@ source=('http://kernel.org/pub/linux/kernel/people/dtor/inputattach.c'
'http://kernel.org/pub/linux/kernel/people/dtor/serio-ids.h'
'inputattach.conf.d' 'inputattach.rc.d'
'0001-Add-w8001-flag.patch' '0002-Allow-for-custom-baud-rates.patch')
-md5sums=('eb595a766ca363edb3b14c25404596ce' '93d34d96cd3ad19ea1aeca7f68a66b4a'
- '7ca903e54829764c8241233af5069216' '8d62f8840a2e6457a953f667df39ef99'
- 'f1b3ddae308351357f557cbd5c6cda81' '8f76908449cae24a95adbf0bc0a17721')
+md5sums=('eb595a766ca363edb3b14c25404596ce'
+ '93d34d96cd3ad19ea1aeca7f68a66b4a'
+ '7ca903e54829764c8241233af5069216'
+ 'aa2e404fc113abdd2ab14e2a6352c331'
+ 'f1b3ddae308351357f557cbd5c6cda81'
+ '8f76908449cae24a95adbf0bc0a17721')
build() {
cd "$srcdir"
diff --git a/community/inputattach/inputattach.install b/community/inputattach/inputattach.install
index b5381e14a..d705bceaf 100644
--- a/community/inputattach/inputattach.install
+++ b/community/inputattach/inputattach.install
@@ -1,18 +1,16 @@
## arg 1: the new package version
post_upgrade() {
- (( $(vercmp 1.24-3 $2) > 0 )) && cat <<MSG
+ (( $(vercmp 1.24-3 $2) > 0 )) && cat <<EOF
ATTENTION:
/etc/conf.d/inputattach.conf has been replaced by /etc/conf.d/inputattach
Make sure you adjust the new config file, which has a new format.
-MSG
+EOF
}
post_install() {
cat << EOF
-
The correct device mode and /dev device file will need to be set in
/etc/conf.d/inputattach before starting /etc/rc.d/inputattach
-
EOF
}
diff --git a/community/inputattach/inputattach.rc.d b/community/inputattach/inputattach.rc.d
index 6b92827be..eb626e199 100644
--- a/community/inputattach/inputattach.rc.d
+++ b/community/inputattach/inputattach.rc.d
@@ -7,7 +7,7 @@
case "$1" in
start)
stat_busy "Starting inputattach"
- for param in ${IAPARAMS[@]}; do
+ for param in "${IAPARAMS[@]}"; do
if ! /usr/sbin/inputattach --daemon $param; then
stat_fail
exit 1
@@ -35,6 +35,6 @@ case "$1" in
$0 start
;;
*)
- echo "usage: $0 {start|stop|restart}"
+ echo "usage: $0 {start|stop|restart}"
esac
exit 0
diff --git a/community/pptpd/PKGBUILD b/community/pptpd/PKGBUILD
index 04f5dbcb6..d9427632f 100644
--- a/community/pptpd/PKGBUILD
+++ b/community/pptpd/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 31992 2010-11-08 21:12:41Z spupykin $
+# $Id: PKGBUILD 48323 2011-05-31 10:24:11Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=pptpd
pkgver=1.3.4
-pkgrel=3
+pkgrel=4
pkgdesc="Poptop server"
arch=(i686 x86_64)
url="http://poptop.sourceforge.net/"
@@ -17,16 +17,16 @@ md5sums=('b38df9c431041922c997c1148bedf591'
build() {
cd $srcdir/$pkgname-$pkgver
-
autoreconf -i
./configure --prefix=/usr --libdir=/usr/lib --exec-prefix=/usr --mandir=/usr/share
-
make
-
sed -i 's|install -o root|install|g' plugins/Makefile
sed -i 's|?=|=|g' plugins/Makefile
- make DESTDIR=$pkgdir install
+}
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir install
mkdir -p $pkgdir/etc/
echo "# Read man pptpd.conf and write your pptpd configuration here" >$pkgdir/etc/pptpd.conf
install -D -m0755 ../pptpd $pkgdir/etc/rc.d/pptpd
diff --git a/community/rsyslog/PKGBUILD b/community/rsyslog/PKGBUILD
index f6c1ece3b..37c32b0e9 100644
--- a/community/rsyslog/PKGBUILD
+++ b/community/rsyslog/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 45847 2011-04-29 22:50:10Z heftig $
+# $Id: PKGBUILD 48294 2011-05-31 09:32:45Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=rsyslog
-pkgver=5.8.0
-pkgrel=2
+pkgver=5.8.1
+pkgrel=1
pkgdesc="An enhanced multi-threaded syslogd with a focus on security and reliability"
url="http://www.rsyslog.com/"
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz"
'rsyslog'
'rsyslog.logrotate'
'rsyslog.conf.d')
-md5sums=('37562d0e71a24938a9ed7f242bd32d35'
+md5sums=('909d4d867450aeedd6b388c199d79222'
'a18bbcbb6ebdaa13a6ec6d9f3d9eb2da'
'8065db4bef3061a4f000ba58779f6829'
'1a0cd4530dd5d1439456d5ae230574d9')
diff --git a/community/scummvm-tools/PKGBUILD b/community/scummvm-tools/PKGBUILD
index e5547a145..56ae948d0 100644
--- a/community/scummvm-tools/PKGBUILD
+++ b/community/scummvm-tools/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 29577 2010-10-16 03:43:54Z svenstaro $
+# $Id: PKGBUILD 48337 2011-05-31 11:29:28Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Jérémie Dimino <jeremie@dimino.org>
# Contributor: Sebastian Hase <sebastian_hase@gmx.de>
# Contributor: Joe Davison <joe@thosedamnpeanuts.com>
pkgname=scummvm-tools
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
pkgdesc="A set of tools that enable you to convert, compress and decode game datafiles for ScummVM"
url="http://www.scummvm.org/"
@@ -12,21 +12,21 @@ license=('GPL')
depends=('libpng' 'wxgtk' 'flac' 'libvorbis')
arch=('i686' 'x86_64')
source=(http://downloads.sourceforge.net/sourceforge/scummvm/${pkgname}-${pkgver}.tar.gz)
-md5sums=('5a9992faa2c024f83d90718ce5d96cb5')
+md5sums=('0239cb022e508f2399d584efa6f177b2')
build() {
cd ${pkgname}-${pkgver}
install -d ${pkgdir}/usr/bin
- ./configure --prefix=/usr || return 1
- make || return 1
+ ./configure --prefix=/usr
+ make
}
package() {
cd ${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install || return 1
+ make DESTDIR=${pkgdir} install
install -Dm 644 README ${pkgdir}/usr/share/doc/scummvm-tools/README
install -Dm 644 convert_dxa.sh ${pkgdir}/usr/share/doc/scummvm-tools/samples/convert_dxa.sh
diff --git a/community/tomoyo-tools/PKGBUILD b/community/tomoyo-tools/PKGBUILD
index ceda8d708..1a141b782 100644
--- a/community/tomoyo-tools/PKGBUILD
+++ b/community/tomoyo-tools/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 44878 2011-04-12 10:45:41Z spupykin $
+# $Id: PKGBUILD 48297 2011-05-31 09:33:14Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Jamie Nguyen <jamie AT tomoyolinux.co.uk>
pkgname=tomoyo-tools
_basever=2.3.0
-_timestamp=20110211
+_timestamp=20110511
pkgver=${_basever}.${_timestamp}
-pkgrel=4
+pkgrel=1
pkgdesc='TOMOYO Linux 2.3.x userspace tools for Linux kernel 2.6.36 and later'
arch=('i686' 'x86_64')
url='http://tomoyo.sourceforge.jp'
@@ -16,7 +16,7 @@ makedepends=('help2man')
conflicts=('ccs-tools')
install=tomoyo-tools.install
source=("http://sourceforge.jp/frs/redir.php?f=/tomoyo/48663/${pkgname}-${_basever}-${_timestamp}.tar.gz")
-md5sums=('000015f85fe9aa814196d5a981fab5b6')
+md5sums=('bbbbaeb145ae12e5fe6154707807b90e')
build() {
cd "${srcdir}/${pkgname}"