core/netcfg/PKGBUILD

31 lines
1.1 KiB
Bash
Raw Normal View History

2011-06-17 18:43:38 +08:00
#
# Chakra Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
2010-05-22 06:07:29 +08:00
pkgname=netcfg
2011-08-08 16:48:54 +08:00
pkgver=2.6.6
2011-06-17 18:43:38 +08:00
pkgrel=1
2010-05-22 06:07:29 +08:00
pkgdesc="Network configuration and profile scripts"
url="http://archlinux.org"
license=("BSD")
2011-08-08 16:48:54 +08:00
backup=(etc/iftab etc/conf.d/netcfg)
depends=("coreutils" "dhcpcd>=4.0" "iproute2")
optdepends=('dialog: Required for menu based profile selector'
'wpa_supplicant: required for wireless network support'
2010-05-22 06:07:29 +08:00
'wpa_actiond: Required for automatic wireless connection with rc.d/net-auto-wireless'
2011-08-08 16:48:54 +08:00
'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'
)
2010-05-22 06:07:29 +08:00
source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz)
arch=(any)
2011-08-08 16:48:54 +08:00
md5sums=('b81e0ced63ea3be94190cd290bb94425')
2010-05-22 06:07:29 +08:00
2011-06-17 18:43:38 +08:00
package() {
cd "$srcdir/netcfg-${pkgver}"
make DESTDIR="$pkgdir" install
install -D -m644 LICENSE "$pkgdir/usr/share/licenses/netcfg/LICENSE"
2010-05-22 06:07:29 +08:00
}