CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Fix libEGL symlink error in marvell-libgfx
[ports/cubox-arm.git] / gst-plugins-marvell / Pkgfile
1 # Description: GStreamer Marvell plugins
2 # URL: http://www.solid-run.com/mw/index.php/Main_Page
3 # Packager: Ryan Mullen, rmmullen at gmail dot com
4 # Maintainer: Ryan Mullen, rmmullen at gmail dot com
5 # Depends on: gst-plugins-base
6
7 name=gst-plugins-marvell
8 version=0.2.0
9 release=1
10 source=(http://download.solid-run.com/pub/solidrun/cubox/packages/cubox-packages-source/cubox-packages.tar.gz)
11
12 build() {
13
14 cd packages/$name
15 tar xf ${name}0.10_$version-0ubuntu1~ppa14.tar.gz
16 cd $name
17 CPPFLAGS="-I/usr/include/marvell-ipp" ./configure --prefix=/usr --mandir=/usr/man
18 make
19 make DESTDIR=$PKG install
20 }