25 lines
523 B
Plaintext
25 lines
523 B
Plaintext
|
# Template file for 'rpi-firmware-pcfiles'
|
||
|
pkgname=rpi-firmware-pcfiles
|
||
|
version=0.1
|
||
|
revision=1
|
||
|
homepage="http://www.raspberrypi.org"
|
||
|
short_desc="Raspberry Pi pkg-config files for GLESv2/EGL"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
license="Public domain"
|
||
|
|
||
|
makedepends="rpi-firmware"
|
||
|
|
||
|
do_install() {
|
||
|
vmkdir usr/lib/pkgconfig
|
||
|
install -m644 ${FILESDIR}/*.pc ${DESTDIR}/usr/lib/pkgconfig
|
||
|
}
|
||
|
|
||
|
rpi-firmware-pcfiles_package() {
|
||
|
noarch=yes
|
||
|
depends="rpi-firmware"
|
||
|
conflicts="MesaLib-devel>=0"
|
||
|
pkg_install() {
|
||
|
vmove all
|
||
|
}
|
||
|
}
|