# SliTaz package receipt. PACKAGE="qoauth" VERSION="1.0" CATEGORY="development" SHORT_DESC="OAuth support for Qt applications." MAINTAINER="ben@seawolfsanctuary.com" DEPENDS="glibc-locale libQtCore libQtGui libQtNetwork libQtSvg libQtXml \ libQtDesigner libQtScript libQt3Support libQtClucene libQtDBus libQtHelp \ libQtOpenGL libQtSql libQtWebkit" BUILD_DEPENDS="qmake qca-dev xorg-libX11-dev dbus-dev Qt4-dev slitaz-toolchain" TARBALL="$PACKAGE-$VERSION-src.tar.bz2" WEB_SITE="http://github.com/ayoy/$PACKAGE" WGET_URL="http://files.ayoy.net/$PACKAGE/release/$VERSION/src/$TARBALL" # Rules to configure and make the package. compile_rules() { # echo -n "Linking..." # ln -s $src-src $src # status cd $src qmake PREFIX="/usr" # chmod +x configure # ./configure \ # --prefix=/usr patch -u <