initial import
This commit is contained in:
32
mtdev/PKGBUILD
Normal file
32
mtdev/PKGBUILD
Normal file
@@ -0,0 +1,32 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=mtdev
|
||||
pkgver=1.1.6
|
||||
pkgrel=1
|
||||
pkgdesc="A stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://bitmath.org/code/mtdev/"
|
||||
license=('Expat')
|
||||
depends=('glibc')
|
||||
source=("https://bitmath.org/code/mtdev/$pkgname-$pkgver.tar.bz2")
|
||||
sha512sums=('859fb0803f330ecaae69f80713ff5a5235c0cb00de6d5ac2717ad82cea856a92b866f0c272ecfe743186abcf925f95585149ba4828b4c91555cfeb2f2a1c98f1')
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
./configure --prefix=/usr --disable-static
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$pkgname-$pkgver"
|
||||
make -k check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$pkgname-$pkgver"
|
||||
make DESTDIR="$pkgdir/" install
|
||||
|
||||
# license
|
||||
install -Dm644 COPYING \
|
||||
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
|
||||
}
|
||||
Reference in New Issue
Block a user