[arch-commits] Commit in (l-smash l-smash/repos l-smash/trunk l-smash/trunk/PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Fri Jul 17 13:44:33 UTC 2015


    Date: Friday, July 17, 2015 @ 15:44:33
  Author: alucryd
Revision: 242305

Add l-smash, MP4 (de)muxer

Added:
  l-smash/
  l-smash/repos/
  l-smash/trunk/
  l-smash/trunk/PKGBUILD

----------+
 PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

Added: l-smash/trunk/PKGBUILD
===================================================================
--- l-smash/trunk/PKGBUILD	                        (rev 0)
+++ l-smash/trunk/PKGBUILD	2015-07-17 13:44:33 UTC (rev 242305)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=l-smash
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='A simple tool for MP4'
+arch=('i686' 'x86_64')
+url='https://github.com/l-smash/l-smash'
+license=('custom')
+depends=('glibc')
+provides=('liblsmash.so')
+source=("l-smash-${pkgver}.tar.gz::https://github.com/l-smash/l-smash/archive/v${pkgver}.tar.gz")
+sha256sums=('1c1a487191b723a486bd3e8abd5e28e0d34f7ac1964d98fac0a9a2db962e3838')
+
+build() {
+  cd l-smash-${pkgver}
+
+  ./configure \
+    --prefix='/usr' \
+    --enable-shared \
+    --disable-static
+  make
+}
+
+package() {
+  cd l-smash-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: l-smash/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list