🔒 Repository is read-only – file editing is disabled.

recipes/utils/mtdev/PAGBUILD.yaml main

21 linii Raw ← Powrót
123456789101112131415161718192021
pkgname: mtdev
pkgver: '1.1.7'
pkgrel: '1'
pkgdesc: The mtdev package contains Multitouch Protocol Translation Library
url: 'https://bitmath.org/code/mtdev/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://bitmath.org/code/mtdev/mtdev-${pkgver}.tar.bz2'
sha256sums:
- a107adad2101fecac54ac7f9f0e0a0dd155d954193da55c2340c97f2ff1d814e
build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr \
  --disable-static
  make
  make DESTDIR=${PKGDIR} install
  rm -f ${PKGDIR}/usr/lib/libmtdev.la
package: |
  true