* update mtdev to 1.1.7-1
This commit is contained in:
parent
9206f177f2
commit
0e85fe0f0f
@ -3,19 +3,19 @@
|
|||||||
# Contributor: SpepS <dreamspepser at yahoo dot it>
|
# Contributor: SpepS <dreamspepser at yahoo dot it>
|
||||||
|
|
||||||
pkgname=mtdev
|
pkgname=mtdev
|
||||||
pkgver=1.1.6
|
pkgver=1.1.7
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="A stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol"
|
pkgdesc="A stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol"
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
url="https://bitmath.org/code/mtdev/"
|
url="https://bitmath.org/code/mtdev/"
|
||||||
license=('custom:MIT')
|
license=('MIT')
|
||||||
depends=('glibc')
|
depends=('glibc')
|
||||||
source=("$url$pkgname-$pkgver.tar.bz2")
|
source=("$url$pkgname-$pkgver.tar.bz2")
|
||||||
sha512sums=('859fb0803f330ecaae69f80713ff5a5235c0cb00de6d5ac2717ad82cea856a92b866f0c272ecfe743186abcf925f95585149ba4828b4c91555cfeb2f2a1c98f1')
|
sha512sums=('e6174a38cf67a7f12a3b91e4e27bf74a18d6b40a956950ebb748b0ff87092333daa07e647b26038a5a533f8c48e845d649848e6ba99ea009ab87fd96ed188152')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
./configure --prefix=/usr --disable-static --build=${CHOST}
|
./configure --prefix=/usr --disable-static
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -29,6 +29,5 @@ package() {
|
|||||||
make DESTDIR="$pkgdir/" install
|
make DESTDIR="$pkgdir/" install
|
||||||
|
|
||||||
# license
|
# license
|
||||||
install -Dm644 COPYING \
|
install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname/"
|
||||||
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user