Skip to content

Instantly share code, notes, and snippets.

@micahyoung
Created September 3, 2014 00:35
Show Gist options
  • Save micahyoung/034a56f7b5a921361357 to your computer and use it in GitHub Desktop.
Save micahyoung/034a56f7b5a921361357 to your computer and use it in GitHub Desktop.
pkgname=live555
pkgver=0.0
pkgrel=1
pkgdesc="Live555"
arch=('i686' 'x86_64' 'mips64el' 'armv6h' 'armv7h')
url="http://live555.com"
license=('LGPL')
depends=()
source=(http://www.live555.com/liveMedia/public/live555-latest.tar.gz)
md5sums=('24dfd57f164c3a1041c9dceded210444')
build() {
cd "$srcdir/live"
./genMakefiles linux
make
}
package ()
{
cd "$srcdir/live"
make DESTDIR="$pkgdir" install
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment