DOCS="doc/*" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var:/storage:/usr/local STRIPLIB=y STRIPBIN=y SETATTR=y ARCH=i386 BUILD=1 # pkginfo VERSION=1.0.3 PROGNAME="LICQ an ICQ clone" DESC="\ This is the latest release of licq for using the ICQ network. This\n\ package was built with qt2.3.0 you may obtain it from this\n\ site or from http://www.troll.no." # maintainer MAINTAINER="tg " SOURCE=ftp://ftp.licq.org/ # package name PKGNAME=licq compile() { tar xvzf $CWD/$PKGNAME-$VERSION.tar.gz cd $PKGNAME-$VERSION CFLAGS=-O2 ./configure --prefix=/usr --disable-openssl CFLAGS=-O2 make -j2 cd plugins/qt-gui-1.0.3 CFLAGS=-O2 ./configure --prefix=/usr --with-x --with-qt --with-kde CFLAGS=-O2 make -j2 cd ../../ } install() { make install mkdir -p /usr/doc/$PKGNAME-$VERSION cp -a $DOCS /usr/doc/$PKGNAME-$VERSION cd plugins/qt-gui-1.0.3 make install } attributes() { echo "Nothing special here" } special() { }