pygobject: update to 3.0.0.

This commit is contained in:
Juan RP 2011-09-28 17:26:37 +02:00
parent cb6e16023e
commit a19a57b528
3 changed files with 5 additions and 6 deletions

View file

@ -14,6 +14,6 @@ Add_dependency run pygobject
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/{bin,include,share} ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
}