You are not logged in.
Pages: 1
I create PKGBUILD for xml-parser. But then i run makepkg -c i have this error:
Can't open perl script "var/abs/local/xml-parser/src/XML-Parser-2.34/Makefile.pl":no such file or directory
It mean that script didn't extract Makefile.pl. But then i extract it manually it file extracting.
There is my PKGBUILD:
# $Id: PKGBUILD,v 1.4 2004/04/19 06:24:57 dorphell Exp $
# Maintainer: Jason Chu <jason@archlinux.org>
pkgname=XML-Parser
pkgver=2.34
pkgrel=1
pkgdesc="XML-Parser"
url="http://xml-parser.org/"
depends=()
conflicts=()
backup=()
install=
source=(http://xml-parser.org/$pkgname-$pkgver.tar.gz)
build() {
cd $startdir/src/$pkgname-$pkgver
perl $startdir/src/$pkgname-$pkgver/Makefile.pl
make prefix=$startdir/pkg/usr install
}
Source path is not correct, becouse i forgot it.
Offline
i beleive there already is a package for the perl xml parser.
AKA uknowme
I am not your friend
Offline
thats because it's Makefile.PL not Makefile.pl
ARCH LINUX USER SINCE MARCH 23, 2004
XboxRebelion http://www.xboxrebelion.net
Offline
Pages: 1