[arch-commits] Commit in mtdev/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Andreas Radke
andyrtr at gemini.archlinux.org
Sat May 21 19:24:52 UTC 2022
Date: Saturday, May 21, 2022 @ 19:24:52
Author: andyrtr
Revision: 446208
archrelease: copy trunk to extra-x86_64
Added:
mtdev/repos/extra-x86_64/PKGBUILD
(from rev 446207, mtdev/trunk/PKGBUILD)
Deleted:
mtdev/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-21 19:24:45 UTC (rev 446207)
+++ PKGBUILD 2022-05-21 19:24:52 UTC (rev 446208)
@@ -1,33 +0,0 @@
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: SpepS <dreamspepser at yahoo dot it>
-
-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=('x86_64')
-url="https://bitmath.org/code/mtdev/"
-license=('custom:MIT')
-depends=('glibc')
-source=("$url$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/LICENSE"
-}
Copied: mtdev/repos/extra-x86_64/PKGBUILD (from rev 446207, mtdev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-05-21 19:24:52 UTC (rev 446208)
@@ -0,0 +1,33 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+
+pkgname=mtdev
+pkgver=1.1.6
+pkgrel=2
+pkgdesc="A stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol"
+arch=('x86_64')
+url="https://bitmath.org/code/mtdev/"
+license=('custom:MIT')
+depends=('glibc')
+source=("$url$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/LICENSE"
+}
More information about the arch-commits
mailing list