summaryrefslogtreecommitdiffstats
path: root/abs/extra/libmatroska
diff options
context:
space:
mode:
authorJames Meyer <jams@linhes.org>2010-12-10 01:32:23 (GMT)
committerJames Meyer <jams@linhes.org>2010-12-10 01:32:23 (GMT)
commit5c40bb464357d486339e90f4118e4adaa8989e09 (patch)
tree8b5f680e7867c24eb5f3d1347eef9ea19c92beeb /abs/extra/libmatroska
parentf9b90df04a227fb2607482bed9a2f56678d95d30 (diff)
parent59771e9d114b75eafb316e94b7612dda202edd83 (diff)
downloadlinhes_pkgbuild-5c40bb464357d486339e90f4118e4adaa8989e09.zip
linhes_pkgbuild-5c40bb464357d486339e90f4118e4adaa8989e09.tar.gz
linhes_pkgbuild-5c40bb464357d486339e90f4118e4adaa8989e09.tar.bz2
Merge branch 'testing' of ssh://linhes.org/mount/repository/linhes_pkgbuild into testing
Diffstat (limited to 'abs/extra/libmatroska')
-rw-r--r--abs/extra/libmatroska/PKGBUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/abs/extra/libmatroska/PKGBUILD b/abs/extra/libmatroska/PKGBUILD
index f515d3e..4a85d50 100644
--- a/abs/extra/libmatroska/PKGBUILD
+++ b/abs/extra/libmatroska/PKGBUILD
@@ -4,17 +4,20 @@
pkgname=libmatroska
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Matroska library"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+license=('LGPL')
url="http://dl.matroska.org/downloads/libmatroska/"
depends=('libebml>=1.0.0')
-#source=(http://www.bunkus.org/videotools/mkvtoolnix/sources/$pkgname-$pkgver.tar.bz2)
-source=($url/$pkgname-$pkgver.tar.bz2)
+source=(${url}/${pkgname}-${pkgver}.tar.bz2)
build() {
- cd $startdir/src/$pkgname-$pkgver/make/linux
+ cd ${srcdir}/${pkgname}-${pkgver}/make/linux
make sharedlib || return 1
- make prefix=$startdir/pkg/usr install
+}
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}/make/linux
+ make prefix=${pkgdir}/usr install
}
md5sums=('4efcf3945b17a6f0320cf1aaa326a4de')