Date: Tuesday, December 20, 2011 @ 11:46:14 Author: ibiru Revision: 145257
initial commit Added: npapi-sdk/ npapi-sdk/trunk/ npapi-sdk/trunk/PKGBUILD ----------+ PKGBUILD | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) Added: npapi-sdk/trunk/PKGBUILD =================================================================== --- npapi-sdk/trunk/PKGBUILD (rev 0) +++ npapi-sdk/trunk/PKGBUILD 2011-12-20 16:46:14 UTC (rev 145257) @@ -0,0 +1,24 @@ +# Maintainer: Ionut Biru <[email protected]> + +pkgname=npapi-sdk +pkgver=0.27 +pkgrel=1 +pkgdesc="Netscape Plugin API (NPAPI)" +arch=(any) +url="https://github.com/mgorny/npapi-sdk/" +license=('MPL') +source=(https://github.com/downloads/mgorny/$pkgname/$pkgname-$pkgver.tar.bz2) +md5sums=('b5e63f4452ddd6351d29333951fb1640') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Property changes on: npapi-sdk/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id
