initial import
This commit is contained in:
27
minimodem/PKGBUILD
Normal file
27
minimodem/PKGBUILD
Normal file
@@ -0,0 +1,27 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=minimodem
|
||||
pkgver=0.24
|
||||
pkgrel=1
|
||||
pkgdesc="A tool to (de)code modem audio"
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.whence.com/minimodem/'
|
||||
license=('GPL-3')
|
||||
depends=('fftw' 'libsndfile')
|
||||
makedepends=('alsa-lib')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://deb.debian.org/debian/pool/main/m/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz")
|
||||
sha512sums=('5c3a5e6f185d4b09c5f24d776393f2e2d5d787c097c44490905119513b9b39db53b7f2f7e624a4b527e8e8e827a5b99af6b0df5ca525046f60b49fe9ba2b0ceb')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--without-pulseaudio
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
make DESTDIR=${pkgdir} install
|
||||
install -Dm644 COPYING -t "${pkgdir}/usr/share/licenses/$pkgname"
|
||||
}
|
||||
Reference in New Issue
Block a user