Date: Saturday, November 14, 2009 @ 19:16:40 Author: james Revision: 58770
archrelease: new repo testing-any Added: netcfg/repos/testing-any/ Modified: netcfg/trunk/PKGBUILD ----------+ PKGBUILD | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) Modified: trunk/PKGBUILD =================================================================== --- trunk/PKGBUILD 2009-11-14 23:28:37 UTC (rev 58769) +++ trunk/PKGBUILD 2009-11-15 00:16:40 UTC (rev 58770) @@ -1,7 +1,7 @@ # $Id$ # Maintainer: James Rayner <[email protected]> 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')
