# Description: Tcl XML parsing library # URL: http://tclxml.sourceforge.net # Depends on: tcl name=tcldom version=3.1 release=1 source=(http://dl.sourceforge.net/sourceforge/tclxml/$name-$version.tar.gz) build () { cd $name-$version/src-libxml2 ./configure --prefix=/usr --with-libxml2-include=/usr/include --with-libxml2-lib=/usr/lib make DESTDIR=$PKG install }