Date: Sunday, June 19, 2011 @ 17:07:31 Author: remy Revision: 127918 Version bump.
Modified: netcfg/trunk/PKGBUILD ----------+ PKGBUILD | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-06-19 20:01:33 UTC (rev 127917) +++ PKGBUILD 2011-06-19 21:07:31 UTC (rev 127918) @@ -1,26 +1,29 @@ # $Id$ -# Maintainer: James Rayner <[email protected]> +# Maintainer: Rémy Oudompheng <[email protected]> +# Contributor: James Rayner <[email protected]> pkgname=netcfg -pkgver=2.5.5 +pkgver=2.6 pkgrel=1 pkgdesc="Network configuration and profile scripts" url="http://archlinux.org" license=("BSD") -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' +backup=(etc/iftab etc/conf.d/netcfg) +depends=("coreutils" "wpa_supplicant>=0.6.8" "dhcpcd>=4.0" "iproute2") +optdepends=('dialog: Required for menu based profile selector' + 'wpa_supplicant: required for wireless network support' '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') + 'ifplugd: Required for automatic wired connection with rc.d/net-auto-wired' + 'wireless_tools: Required to support obsolete IWCONFIG option' + 'net-tools: required to support obsolete IFOPTS option' + ) source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz) arch=(any) -md5sums=('6e98bae291eb206d92f9a92bbab8fe80') +md5sums=('ff2447a08c5ab9a19960e05fec34a1e6') package() { cd "$srcdir/netcfg-${pkgver}" - 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" } +
