
thanks in advance,
john
Code: Select all
root[iptux]# slkbuild -X
Automatically setting arch to x86_64
WARNING: You appear to have too many commented variables, you should look into it.
Downloading iptux-0.5.1-2.tar.gz
--2010-09-20 10:08:13-- http://iptux.googlecode.com/files/iptux-0.5.1-2.tar.gz
Resolving iptux.googlecode.com (iptux.googlecode.com)... 74.125.127.82
Connecting to iptux.googlecode.com (iptux.googlecode.com)|74.125.127.82|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 438269 (428K) [application/x-gzip]
Saving to: `iptux-0.5.1-2.tar.gz'
100%[======================================>] 438,269 800K/s in 0.5s
2010-09-20 10:08:19 (800 KB/s) - `iptux-0.5.1-2.tar.gz' saved [438269/438269]
build-iptux.sh has been created
tar -xf iptux-0.5.1-2.tar.gz
./build-iptux.sh: line 170: cd: /mnt/files/Builds/programs/iptux/src/iptux-0.5.1.2: No such file or directory
./build-iptux.sh: line 171: ./configure: No such file or directory
make: *** No targets specified and no makefile found. Stop.
build() failed.
You got it right with the source, change cd $startdir/src/$pkgname-$pkgver to cd $startdir/src/$pkgname-0.5.1-2 and see if it works.maximus wrote:you'll probably have to replace any references to $pkgver in the build section with the original value of 0.5.1-2.
The folder inside the source file is iptux-0.5.1 instead of iptux-0.5.1-2 as I had assumed - just checked it myself in File Roller. So setting $pkgver to 0.5.1 will work as you already found outjbs1136 wrote:The only way I could get it to build was by making the pkgver=0.5.1 and in the source I specified 0.5.1-2.tar.gz