# $Id$ PNAME="libsexy" PVER="0.1.11" PBUILD="r6" PCATEGORIE="x11-libs" DESCRIPTION="Collection of some funky fresh GTK2+ widgets." HOMEPAGE="http://www.chipx86.com/wiki/Libsexy" DEPEND=">= dev-libs/libxml2-2.7 >= dev-libs/glib2-2.28 >= x11-libs/gtk2+-2.24 >= x11-libs/pango-1.28 >= app-text/iso-codes-3.27" SDEPEND=">= dev-util/pkgconfig-0.25 >= dev-lang/perl-5.14" sminclude gnome2 SRCFILE="${PNAME}-${PVER}.tar.gz" SRC_URI=( http://releases.chipx86.com/${PNAME}/${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} mirror://${PNAME}/${PNAME}-${PVER}-multilib.patch ) UP2DATE="updatecmd 'http://releases.chipx86.com/${PNAME}/${PNAME}/?C=M;O=A' | lasttarball gz" src_prepare() { munpack ${SRCFILE} || die cd ${SRCDIR} # fix pkg-config file to respect multilib systems mpatch ${PNAME}-${PVER}-multilib.patch || die }