mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
testing/rtptools: new aport
This commit is contained in:
parent
24d46d207f
commit
7782603d6d
37
testing/rtptools/APKBUILD
Normal file
37
testing/rtptools/APKBUILD
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
||||||
|
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||||
|
pkgname=rtptools
|
||||||
|
pkgver=1.22
|
||||||
|
pkgrel=0
|
||||||
|
pkgdesc="RTP Tools"
|
||||||
|
url="http://www.cs.columbia.edu/irt/software/rtptools/"
|
||||||
|
arch="all"
|
||||||
|
license="BSD-3"
|
||||||
|
makedepends="automake autoconf m4 libtool"
|
||||||
|
subpackages="$pkgname-doc"
|
||||||
|
source="$pkgname-$pkgver.tar.gz::https://github.com/columbia-irt/$pkgname/archive/$pkgver.tar.gz"
|
||||||
|
builddir="$srcdir/$pkgname-$pkgver"
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
default_prepare
|
||||||
|
cd "$builddir"
|
||||||
|
libtoolize --force && aclocal && autoconf --force && automake --force-missing --add-missing
|
||||||
|
}
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd "$builddir"
|
||||||
|
./configure --prefix=/usr
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
check() {
|
||||||
|
cd "$builddir"
|
||||||
|
make check
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd "$builddir"
|
||||||
|
make DESTDIR="$pkgdir" install
|
||||||
|
}
|
||||||
|
|
||||||
|
sha512sums="17cfda22fab8323f491d9ded3df09b2441a4bcecdcba297e8aeb2c57136e5a670de7ce8302b9aa7ef71683e7ad285e7fc60f8ef400f7f6a792306b0c44cc2b14 rtptools-1.22.tar.gz"
|
Loading…
Reference in New Issue
Block a user