contrib/libxml++/Pkgfile
2006-11-13 21:12:21 +01:00

21 lines
506 B
Plaintext

# Description: C++ wrapper for the libxml XML parser library
# URL: http://libxml++.sf.net
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Han Boetes <han@mijncomputer.nl>
# Depends on: glibmm
name=libxml++
version=2.7.1
release=1
source="http://ftp.gnome.org/pub/GNOME/sources/$name/2.7/$name-$version.tar.bz2"
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-nls
make
make install DESTDIR=$PKG
rm -rf $PKG/usr/share/docs
}