talloc: enable the Python bindings.

The port depends on Python anyway (they are using the waf build system).
This commit is contained in:
Tilman Sauerbeck 2011-01-23 17:44:16 +01:00
parent e022323aa2
commit 9075182126
2 changed files with 11 additions and 2 deletions

View File

@ -1,14 +1,22 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/pytalloc.h
-rw-r--r-- root/root usr/include/talloc.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libpytalloc-util.so -> libpytalloc-util.so.2.0.5
lrwxrwxrwx root/root usr/lib/libpytalloc-util.so.2 -> libpytalloc-util.so.2.0.5
-rw-r--r-- root/root usr/lib/libpytalloc-util.so.2.0.5
-rw-r--r-- root/root usr/lib/libtalloc-compat1-2.0.5.so
lrwxrwxrwx root/root usr/lib/libtalloc.so -> libtalloc.so.2.0.5
lrwxrwxrwx root/root usr/lib/libtalloc.so.1 -> libtalloc-compat1-2.0.5.so
lrwxrwxrwx root/root usr/lib/libtalloc.so.2 -> libtalloc.so.2.0.5
-rw-r--r-- root/root usr/lib/libtalloc.so.2.0.5
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/pytalloc-util.pc
-rw-r--r-- root/root usr/lib/pkgconfig/talloc.pc
drwxr-xr-x root/root usr/lib/python2.7/
drwxr-xr-x root/root usr/lib/python2.7/site-packages/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/talloc.so
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/talloc.3.gz

View File

@ -1,10 +1,11 @@
# Description: Hierarchical, reference counted memory pool system with destructors
# URL: http://talloc.samba.org/
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: python
name=talloc
version=2.0.5
release=1
release=2
source=(ftp://ftp.samba.org/pub/$name/$name-$version.tar.gz
talloc.3)
@ -12,7 +13,7 @@ build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man \
--enable-talloc-compat1 --disable-python
--enable-talloc-compat1
# Don't depend on xsltproc or docbook.sourceforge.net being available
cp $SRC/talloc.3 .