mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
commit
fc681d1c6f
1 changed files with 10 additions and 11 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Maintainer: Jouke Witteveen <j.witteveen@gmail.com>
|
# Maintainer: Jouke Witteveen <j.witteveen@gmail.com>
|
||||||
|
|
||||||
pkgname=netctl
|
pkgname=netctl
|
||||||
pkgver=0.3
|
pkgver=0.5
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
arch=(any)
|
arch=(any)
|
||||||
pkgdesc="Network configuration and profile scripts"
|
pkgdesc="Network configuration and profile scripts"
|
||||||
url="http://projects.archlinux.org/netctl.git/"
|
url="http://projects.archlinux.org/netctl.git/"
|
||||||
|
@ -21,17 +21,16 @@ optdepends=('dialog: for the menu based wifi assistant'
|
||||||
conflicts=("netcfg")
|
conflicts=("netcfg")
|
||||||
provides=("netcfg")
|
provides=("netcfg")
|
||||||
|
|
||||||
|
source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz)
|
||||||
source=("ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz"
|
arch=(any)
|
||||||
'zsh-completion')
|
md5sums=('9ceeb6de07e8cb80a218bdb7920edd98')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
make -C "$srcdir/$pkgver" DESTDIR="$pkgdir" install
|
cd "$srcdir/netctl-${pkgver}"
|
||||||
|
make DESTDIR="$pkgdir" install
|
||||||
|
|
||||||
# Shell Completion
|
# Shell Completion
|
||||||
install -Dm644 "$srcdir/$pkgver/contrib/bash-completion" "$pkgdir/usr/share/bash-completion/completions/netctl"
|
install -D -m644 contrib/bash-completion "$pkgdir/usr/share/bash-completion/completions/netctl"
|
||||||
install -Dm644 "$srcdir/zsh-completion" "$pkgdir/usr/share/zsh/site-functions/_netctl"
|
install -D -m644 contrib/zsh-completion "$pkgdir/usr/share/zsh/site-functions/_netctl"
|
||||||
}
|
}
|
||||||
|
|
||||||
md5sums=('c5db1be925036ae4bd448088119e432c'
|
|
||||||
'3428e0e7f061bbcde41f2fe64d8d96dd')
|
|
||||||
|
|
Loading…
Reference in a new issue