CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libz160: Updated with readme file to get sources from Freescale website.
[ports/efikamx-arm.git] / libz160 / Pkgfile
... / ...
CommitLineData
1# Description: Library for the AMD GPU Z160 2D
2# URL: http://www.freescale.com/
3# Packager: CRUX-ARM System Team, devel at crux-arm dot nu
4# Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
6# Depends on:
7
8name=libz160
9version=20111109
10release=1
11source=(z160.h libz160.so)
12
13build() {
14 install -d $PKG/usr/{lib,include}
15 mv $SRC/libz160.so $PKG/usr/lib/
16 mv $SRC/z160.h $PKG/usr/include
17}