summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomasz Maciej Nowak2016-03-18 19:29:16 +0100
committerTomasz Maciej Nowak2016-03-18 19:29:16 +0100
commitbecaf1398fef66cdeee339dd10f0b83d267d2bd2 (patch)
tree540e0b93546e6655d2ed6b4938cec0ab2665a193 /PKGBUILD
parentb31d3edb31215f9e12ee99c5e7213ea18ac5b0c9 (diff)
downloadaur-becaf1398fef66cdeee339dd10f0b83d267d2bd2.tar.gz
adopt new build system
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a702868378a3..2816c79f78ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tomasz Maciej Nowak <com[dot]gmail[at]tmn505>
pkgname='minisatip-git'
pkgdesc="SAT>IP server, tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards (experimental)"
-pkgver=0.5.35_1d93df5
+pkgver=0.5.39_a30e471
pkgrel=1
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://minisatip.org"
@@ -29,8 +29,9 @@ pkgver() {
build() {
cd ${srcdir}/minisatip
+ ./configure
sed -i 's/FLAGS?/FLAGS/g' Makefile
- make DVBCA=yes EXTRA_CFLAGS="${CFLAGS}" EXTRA_LDFLAGS+="${LDFLAGS}"
+ make EXTRA_CFLAGS="${CFLAGS}" EXTRA_LDFLAGS="${LDFLAGS}"
}
package() {