mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
added aur/aoetools
This commit is contained in:
parent
337006a392
commit
73c82c7ba0
1 changed files with 26 additions and 0 deletions
26
aur/aoetools/PKGBUILD
Normal file
26
aur/aoetools/PKGBUILD
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
|
||||
# Contributor: Lothar Gesslein <ulmen@cryptomilch.de>
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgname=aoetools
|
||||
pkgver=32
|
||||
pkgrel=1
|
||||
pkgdesc="ATA over Ethernet Tools"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://aoetools.sourceforge.net/"
|
||||
license=('GPL')
|
||||
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('62c8b5664d413019d0008f27ab5dc4d1')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/$pkgname-$pkgver
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/$pkgname-$pkgver
|
||||
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
Loading…
Reference in a new issue