summaryrefslogtreecommitdiff
path: root/libmatroska/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2019-04-18 19:32:06 +1000
committerDanny Rawlins <monster.romster@gmail.com>2019-04-18 19:33:41 +1000
commit50c11a25eeab14c21a9e482ee103c20d67621b77 (patch)
tree85ac7c313dcdfe2b909172f2a3a6db933548037c /libmatroska/Pkgfile
parentf104028fd79048ae532447d85dcdb79e907291e4 (diff)
downloadcontrib-50c11a25eeab14c21a9e482ee103c20d67621b77.tar.gz
contrib-50c11a25eeab14c21a9e482ee103c20d67621b77.tar.xz
libmatroska: 1.4.8 -> 1.5.0
Diffstat (limited to 'libmatroska/Pkgfile')
-rw-r--r--libmatroska/Pkgfile13
1 files changed, 10 insertions, 3 deletions
diff --git a/libmatroska/Pkgfile b/libmatroska/Pkgfile
index b11a13366..58847329f 100644
--- a/libmatroska/Pkgfile
+++ b/libmatroska/Pkgfile
@@ -4,15 +4,22 @@
# Depends on: libebml
name=libmatroska
-version=1.4.8
+version=1.5.0
release=1
source=(https://dl.matroska.org/downloads/$name/$name-$version.tar.xz)
build() {
cd $name-$version
- ./configure --prefix=/usr
+ mkdir build
+ cd build
+
+ cmake .. \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+ -DBUILD_SHARED_LIBS=ON
make
- make prefix=$PKG/usr install
+ make DESTDIR=$PKG install
}

Generated by cgit