[arch-commits] Commit in netcfg/repos (testing-any testing-any/PKGBUILD)

James Rayner james at archlinux.org
Sun Nov 15 00:20:17 UTC 2009


    Date: Saturday, November 14, 2009 @ 19:20:17
  Author: james
Revision: 58772

Merged revisions 58770 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/netcfg/trunk

........
  r58770 | james | 2009-11-15 11:16:40 +1100 (Sun, 15 Nov 2009) | 1 line
  
  archrelease: new repo testing-any
........

Modified:
  netcfg/repos/testing-any/	(properties)
  netcfg/repos/testing-any/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)


Property changes on: netcfg/repos/testing-any
___________________________________________________________________
Modified: svnmerge-integrated
   - /netcfg/trunk:1-58769
   + /netcfg/trunk:1-58771

Modified: testing-any/PKGBUILD
===================================================================
--- testing-any/PKGBUILD	2009-11-15 00:17:07 UTC (rev 58771)
+++ testing-any/PKGBUILD	2009-11-15 00:20:17 UTC (rev 58772)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: James Rayner <james at archlinux.org>
 pkgname=netcfg
-pkgver=2.5.0a1
+pkgver=2.5.0rc1
 pkgrel=1
 pkgdesc="Network configuration and profile scripts"
 url="http://archlinux.org"
@@ -9,18 +9,19 @@
 backup=(etc/iftab)
 depends=(wireless_tools coreutils "wpa_supplicant>=0.6.8" net-tools "dhcpcd>=4.0" "iproute2")
 optdepends=('dialog: Required for menu based profile selector' 
-            'wpa_actiond: Required for automatic wireless connection with rc.d/net-auto-wireless')
+            'wpa_actiond: Required for automatic wireless connection with rc.d/net-auto-wireless'
+            'ifplugd: Required for automatic wired connection with rc.d/net-auto-wired')
 source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-$pkgver.tar.gz)
 
-arch=(x86_64 i686)
+arch=(any)
 
 build() {
-  cd $startdir/src/netcfg-$pkgver
+  cd $srcdir/netcfg-$pkgver
  
-  make DESTDIR=$startdir/pkg install
-  install -D -m644 LICENSE $startdir/pkg/usr/share/licenses/netcfg/LICENSE
-
-  ln -s /usr/bin/netcfg2 $startdir/pkg/usr/bin/netcfg 
+  make DESTDIR=$pkgdir install
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
+  ln -s /usr/lib/network/connections/wireless $pkgdir/usr/lib/network/connections/wireless-dbus
+  ln -s /usr/bin/netcfg2 $pkgdir/usr/bin/netcfg 
 }
 
-md5sums=('e4cd04e298efddf36d4ed89f430f8ae9')
+md5sums=('cfb38d687da4a4e91306c7de4be99db4')




More information about the arch-commits mailing list