opt/directfb/Pkgfile

24 lines
519 B
Plaintext
Raw Normal View History

2006-02-23 15:26:10 +00:00
# Description: Graphics library for the Linux framebuffer device
# URL: http://www.directfb.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
2006-02-23 15:26:10 +00:00
name=directfb
2006-07-20 23:52:55 +00:00
version=0.9.25.1
release=2
2006-11-19 19:17:46 +01:00
source=(http://www.directfb.org/downloads/Old/DirectFB-$version.tar.gz)
2006-02-23 15:26:10 +00:00
build() {
2006-02-23 15:26:10 +00:00
local EXTRA_ARGS
# uncomment the following line to build with support for the multi
# app core:
# EXTRA_ARGS="--enable-multi"
cd DirectFB-$version
./configure --prefix=/usr --enable-zlib $EXTRA_ARGS
make
make DESTDIR=$PKG install
}