1 # Maintainer: AndyRTR <andyrtr@archlinux.org>
2 # Contributor: SpepS <dreamspepser at yahoo dot it>
7 pkgdesc="A stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol"
9 url="https://bitmath.org/code/mtdev/"
10 license=('custom:MIT')
12 source=("$url$pkgname-$pkgver.tar.bz2")
13 sha512sums=('859fb0803f330ecaae69f80713ff5a5235c0cb00de6d5ac2717ad82cea856a92b866f0c272ecfe743186abcf925f95585149ba4828b4c91555cfeb2f2a1c98f1')
17 ./configure --prefix=/usr --disable-static
28 make DESTDIR="$pkgdir/" install
31 install -Dm644 COPYING \
32 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"