r1219 - crux-2.2/ports/opt/libxslt
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
Author: sten Date: 2006-04-11 05:56:25 +0200 (Tue, 11 Apr 2006) New Revision: 1219 Modified: crux-2.2/ports/opt/libxslt/Pkgfile Log: libxslt: fix source URL; Pkgfile cosmetics Modified: crux-2.2/ports/opt/libxslt/Pkgfile =================================================================== --- crux-2.2/ports/opt/libxslt/Pkgfile 2006-04-10 18:41:05 UTC (rev 1218) +++ crux-2.2/ports/opt/libxslt/Pkgfile 2006-04-11 03:56:25 UTC (rev 1219) @@ -7,18 +7,21 @@ name=libxslt version=1.1.15 release=1 -source=(ftp://xmlsoft.org/$name-$version.tar.gz) +source=(ftp://xmlsoft.org/libxml2/$name-$version.tar.gz) -build () { +build() { cd $name-$version - ./configure --prefix=/usr --without-python + ./configure --prefix=/usr \ + --without-python make make DESTDIR=$PKG install rm -rf $PKG/usr/doc $PKG/usr/share # move manpages if [ -e $PKG/usr/man/man4/libxslt.4 ]; then - (cd $PKG/usr/man; - mkdir man3; - mv man4/libxslt.4 man3/libxslt.3) + ( + cd $PKG/usr/man + mkdir man3 + mv man4/libxslt.4 man3/libxslt.3 + ) fi }
participants (1)
-
crux@crux.nu