mirror of
https://github.com/archlinux/aur.git
synced 2026-03-07 07:43:15 +01:00
antiwm-0.0.5-1
This commit is contained in:
parent
371f043422
commit
66d13c6b61
1 changed files with 12 additions and 5 deletions
17
PKGBUILD
17
PKGBUILD
|
|
@ -1,3 +1,4 @@
|
|||
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
|
||||
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
|
||||
# Contributor: mentallaxative <beshimi@hotmail.com>
|
||||
|
||||
|
|
@ -13,9 +14,15 @@ source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
|
|||
md5sums=('455c79bf4379371bb5bba78553b64432')
|
||||
|
||||
build() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
make || return 1
|
||||
install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
|
||||
install -Dm644 README "$pkgdir"/usr/share/doc/$pkgname/README
|
||||
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
||||
cd "${srcdir}"/$pkgname-$pkgver
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"/$pkgname-$pkgver
|
||||
|
||||
install -Dm755 $pkgname "${pkgdir}"/usr/bin/$pkgname
|
||||
install -Dm644 README "${pkgdir}"/usr/share/doc/$pkgname/README
|
||||
install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue