DOCS="AUTHORS COPYING README doc/index.html doc/*.gif"
IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var:/storage:/mfs
STRIPLIB=y
STRIPBIN=y
SETATTR=y
VERSION=0.0.4
PROGNAME="Evas"
DESC="Evas is an advanced canvas library, providing three backends for\n\
rendering: X11 (without some features like alpha-blending), imlib2, or\n\
OpenGL (hardware accelerated). Due to its simple API, evas can be\n\
developed with rapidly, and cleanly."
# maintainer
BUILD=1
MAINTAINER="Robert Stan "
SOURCE=http://sourceforge.net/project/showfiles.php?group_id=2
LOCATION=ftp://ftp.linuxmafia.org/pub/Slackware-7/robert/evas-0.0.4
# package name
PKGNAME=evas
compile() {
tar xvzf $CWD/$PKGNAME-$VERSION.tar.gz
cd $PKGNAME-$VERSION
CFLAGS=-O2 ./configure --prefix=/usr
CFLAGS=-O2 make -j2
}
install() {
make install
mkdir -p /usr/doc/$PKGNAME-$VERSION
cp -a $DOCS /usr/doc/$PKGNAME-$VERSION
}
attributes() {
echo "No special attributes..."
}
special() {
echo "Nothing special... easy job :-)"
}
subpacks() {
echo "No subpacks..."
}