opt/directfb/Pkgfile

25 lines
550 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01: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 16:26:10 +01:00
name=directfb
2007-03-12 17:07:26 +01:00
version=1.0.0
release=1
source=(http://www.directfb.org/downloads/Core/DirectFB-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
2006-02-23 16:26:10 +01:00
local EXTRA_ARGS
# uncomment the following line to build with support for the multi
# app core:
# EXTRA_ARGS="--enable-multi"
cd DirectFB-$version
2007-03-12 17:07:26 +01:00
./configure --prefix=/usr --mandir=/usr/man \
--enable-zlib $EXTRA_ARGS
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
}