milis/talimatname/genel/npapi-sdk/talimat

18 lines
415 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: Bundle of Netscape Plugin Application Programming Interface headers by Mozilla
# URL: https://bitbucket.org/mgorny/npapi-sdk/
2016-07-23 18:52:40 +02:00
# Packager: alihan-ozturk28@hotmail.com
2016-02-24 01:27:23 +01:00
# Depends on:
2016-07-23 18:52:40 +02:00
2016-02-24 01:27:23 +01:00
name=npapi-sdk
version=0.27.2
release=1
source=(https://bitbucket.org/mgorny/npapi-sdk/downloads/npapi-sdk-$version.tar.bz2)
build() {
cd npapi-sdk-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}