summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-14 23:14:50 +0000
committerroot <root@rshg054.dnsready.net>2011-11-14 23:14:50 +0000
commit3d151dfc8e08b65c2c1d4b5e8081562d56ee7d41 (patch)
tree6471e323329fc287485206e36e43a9036ccf13d2 /core
parent600d5378dadf22b8517d52ac19500594bce4b66d (diff)
Mon Nov 14 23:14:50 UTC 2011
Diffstat (limited to 'core')
-rw-r--r--core/glib2/PKGBUILD6
-rw-r--r--core/idnkit/PKGBUILD12
-rw-r--r--core/ifenslave/PKGBUILD26
-rw-r--r--core/run-parts/PKGBUILD8
4 files changed, 30 insertions, 22 deletions
diff --git a/core/glib2/PKGBUILD b/core/glib2/PKGBUILD
index 6c37dd14b..5b5e98dbe 100644
--- a/core/glib2/PKGBUILD
+++ b/core/glib2/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 140832 2011-10-20 05:41:08Z ibiru $
+# $Id: PKGBUILD 142720 2011-11-13 20:52:32Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=glib2
-pkgver=2.30.1
+pkgver=2.30.2
pkgrel=1
pkgdesc="Common C routines used by GTK+ and other libs"
url="http://www.gtk.org/"
@@ -15,7 +15,7 @@ options=('!libtool' '!docs' '!emptydirs')
source=(http://ftp.gnome.org/pub/GNOME/sources/glib/2.30/glib-${pkgver}.tar.xz
glib2.sh
glib2.csh)
-sha256sums=('82fde222ea33a0faac88e9b50f5b1f7fcfc235c861a9371e8fe47ec12c1e27f9'
+sha256sums=('f0e91e6333321ddb48fa12b5c66f56c3d5f05325748c66dd2e9016c278ff8e82'
'9456872cdedcc639fb679448d74b85b0facf81033e27157d2861b991823b5a2a'
'8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3')
diff --git a/core/idnkit/PKGBUILD b/core/idnkit/PKGBUILD
index 3dd1e0833..2a5fd256c 100644
--- a/core/idnkit/PKGBUILD
+++ b/core/idnkit/PKGBUILD
@@ -1,13 +1,15 @@
+# $Id: PKGBUILD 142702 2011-11-13 10:10:08Z bisson $
# Contributor: Igor Nemilentsev <trezorg@gmail.com>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=idnkit
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc='Provides functionalities about Internationalized Domain Name processing'
-arch=('i686' 'x86_64')
url='http://www.nic.ad.jp/ja/idn/idnkit/download/'
license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('glibc')
options=('!makeflags' '!libtool')
source=("http://www.nic.ad.jp/ja/idn/idnkit/download/sources/idnkit-${pkgver}-src.tar.gz")
sha1sums=('7d843ffcf9843b7af02079e5a160520f28c75048')
@@ -25,8 +27,14 @@ build() {
make
}
+check() {
+ cd "${srcdir}/idnkit-${pkgver}-src"
+ make check
+}
+
package() {
cd "${srcdir}/idnkit-${pkgver}-src"
make DESTDIR="${pkgdir}" install
install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ rm "${pkgdir}"/etc/*.sample
}
diff --git a/core/ifenslave/PKGBUILD b/core/ifenslave/PKGBUILD
index 516eba638..a730f2f5e 100644
--- a/core/ifenslave/PKGBUILD
+++ b/core/ifenslave/PKGBUILD
@@ -1,29 +1,29 @@
-# $Id: PKGBUILD 108480 2011-01-31 14:27:02Z dan $
+# $Id: PKGBUILD 142704 2011-11-13 10:10:10Z bisson $
# Maintainer:
# Contributor: Judd Vinet <jvinet@zeroflux.org>
pkgname=ifenslave
pkgver=1.1.0
-pkgrel=6
-pkgdesc="Utility for bonding ethernet interfaces"
+pkgrel=7
+pkgdesc='Utility for bonding ethernet interfaces'
arch=('i686' 'x86_64')
-url="http://www.linuxfoundation.org/en/Net:Bonding"
+url='http://www.linuxfoundation.org/en/Net:Bonding'
license=('GPL2')
depends=('glibc')
makedepends=('linux-api-headers')
backup=('etc/conf.d/bonding')
-source=(ifenslave.c::'http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/networking/ifenslave.c;h=2bac96'
- bonding.conf.d)
-md5sums=('41a23dc9ac3522ac2af23396ba70bcc4'
- '397fccbf574d5082c7a3c8d3793dc000')
+source=(ifenslave.c::'http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/networking/ifenslave.c;h=65968fbf'
+ 'bonding.conf.d')
+sha1sums=('c657d9e6b8acb983bb8ef856f8f7f25ee6bf4f73'
+ '6843971c0254768868b556af33289d7d32d6208d')
build() {
- cd $srcdir
- gcc -Wall -Wstrict-prototypes $CFLAGS $LDFLAGS ifenslave.c -o ifenslave
+ cd "${srcdir}"
+ gcc -Wall -Wstrict-prototypes ${CFLAGS} ${LDFLAGS} ifenslave.c -o ifenslave
}
package() {
- cd $srcdir
- install -Dm755 ifenslave $pkgdir/sbin/ifenslave
- install -Dm644 bonding.conf.d $pkgdir/etc/conf.d/bonding
+ cd "${srcdir}"
+ install -Dm755 ifenslave "${pkgdir}"/sbin/ifenslave
+ install -Dm644 bonding.conf.d "${pkgdir}"/etc/conf.d/bonding
}
diff --git a/core/run-parts/PKGBUILD b/core/run-parts/PKGBUILD
index 8db863192..3ae03c979 100644
--- a/core/run-parts/PKGBUILD
+++ b/core/run-parts/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 136455 2011-08-29 16:51:36Z pierre $
+# $Id: PKGBUILD 142725 2011-11-13 21:03:15Z pierre $
# Maintainer: Pierre Schmitz <pierre@archlinux.de>
pkgname=run-parts
-pkgver=4.0.2
+pkgver=4.0.4
pkgrel=1
pkgdesc='run scripts or programs in a directory'
arch=('i686' 'x86_64')
url='http://packages.qa.debian.org/d/debianutils.html'
license=('GPL')
depends=('glibc')
-source=("http://ftp.de.debian.org/debian/pool/main/d/debianutils/debianutils_${pkgver}.tar.gz")
-sha256sums=('c2fca92e93437ea5f0904f12847779d67b13d4b9d6ca85b8213e678a03ed76dc')
+source=("ftp://ftp.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.gz")
+sha256sums=('9a14722c7422c6d16f30c80b74201d9c803beeef2bb4c004964d0979eaa1232f')
build() {
cd $srcdir/debianutils-$pkgver