[arch-commits] Commit in linux-atm/trunk (PKGBUILD linux-atm-2.5.0-glibc28.patch)

Tobias Powalowski tpowa at archlinux.org
Fri Apr 30 07:29:33 UTC 2010


    Date: Friday, April 30, 2010 @ 03:29:32
  Author: tpowa
Revision: 79085

upgpkg: linux-atm 2.5.1-1
bump to latest version

Modified:
  linux-atm/trunk/PKGBUILD
Deleted:
  linux-atm/trunk/linux-atm-2.5.0-glibc28.patch

-------------------------------+
 PKGBUILD                      |   16 +++++++---------
 linux-atm-2.5.0-glibc28.patch |   11 -----------
 2 files changed, 7 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-30 07:03:38 UTC (rev 79084)
+++ PKGBUILD	2010-04-30 07:29:32 UTC (rev 79085)
@@ -3,23 +3,21 @@
 # Contributor: Surain Mallawa Arachchi <mas at crc32.net>
 
 pkgname=linux-atm
-pkgver=2.5.0
+pkgver=2.5.1
 pkgrel=1
 pkgdesc="Drivers and tools to support ATM networking under Linux."
 arch=('i686' 'x86_64')
 depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz \
-	linux-atm-2.5.0-glibc28.patch) 
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tgz)
 url="http://linux-atm.sourceforge.net/"
 license=(GPL)
-options=(!libtool)
-md5sums=('0b45a0e801fac7093ce4b0cadf419965'
-         '2e195df66995d2feb9ccc602cbf399b2')
+options=(!libtool !makeflags)
+md5sums=('9560b0e1f410a05b849dfdab465dd758')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-  patch -Np1 -i ../linux-atm-2.5.0-glibc28.patch || return 1
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc || return 1
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR=$pkgdir install
 }
+

Deleted: linux-atm-2.5.0-glibc28.patch
===================================================================
--- linux-atm-2.5.0-glibc28.patch	2010-04-30 07:03:38 UTC (rev 79084)
+++ linux-atm-2.5.0-glibc28.patch	2010-04-30 07:29:32 UTC (rev 79085)
@@ -1,11 +0,0 @@
-diff -up linux-atm-2.5.0/src/led/main.c.path_max linux-atm-2.5.0/src/led/main.c
---- linux-atm-2.5.0/src/led/main.c.path_max	2008-05-19 02:47:40.000000000 +0900
-+++ linux-atm-2.5.0/src/led/main.c	2008-05-19 02:47:52.000000000 +0900
-@@ -41,6 +41,7 @@
- #include <getopt.h>
- #include <errno.h>
- #include <fcntl.h>
-+#include <linux/limits.h>
- 
- #include <atm.h>
- #include <atmd.h>




More information about the arch-commits mailing list