Convert packages to the new template format (p).
This commit is contained in:
@@ -8,7 +8,6 @@ configure_args="--enable-gconf --disable-gnome --disable-gnomeui
|
||||
--disable-gnomecanvas --disable-gnomevfs --disable-gnomevfsbonobo
|
||||
--disable-pyvfsmodule --disable-bonobo_activation --disable-bonobo
|
||||
--disable-bonoboui"
|
||||
depends="pygobject2 pygtk"
|
||||
makedepends="pkg-config python-devel pygobject2-devel pygtk-devel GConf-devel"
|
||||
short_desc="Python bindings for interacting with GConf"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
@@ -20,8 +19,14 @@ long_desc="
|
||||
This package contains modules that allow to access and manipulate the
|
||||
GNOME configuration database (GConf) from Python programs."
|
||||
|
||||
pycompile_dirs="usr/share/pygtk/2.0"
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/lib/pkgconfig
|
||||
}
|
||||
|
||||
python-gconf_package() {
|
||||
pycompile_dirs="usr/share/pygtk/2.0"
|
||||
depends="pygobject2 pygtk"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user