You are not logged in.
I'm trying to build the package timidity-eawpatches with the PKGBUILD from AUR but I get the following error message:
# makepkg
==> ERROR: install scriptlet (timidity-eawpatches.install) does not exist.
The PKGBUILD looks like this:
pkgname=timidity-eawpatches
pkgver=12
pkgrel=1
pkgdesc="Eric Welsh's GUS patches for TiMidity"
url="http://bbs.archlinux.org/viewtopic.php?t=4905"
source=(ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo/distfiles/eawpats12_full.tar.gz)
depends=timidity++
conflicts=timidity-instruments
install=$pkgname.install
md5sums=('8ebcf0583f3077346ebace93c8ea166f')
build() {
mkdir -p $startdir/pkg/usr/share/timidity
cd $startdir/src
mkdir -p cfg
mv -f eawpats/*.cfg cfg/
mv -f eawpats/*config/ cfg/
cp -rf eawpats/ $startdir/pkg/usr/share/timidity/
mkdir -p $startdir/pkg/etc/timidity++/eawpats
cp -f cfg/*.cfg $startdir/pkg/etc/timidity++/eawpats/
}
What do I do?
Last edited by RobF (2007-03-13 04:10:17)
Offline
You only got the PKGBUILD. Download the tarball: http://aur.archlinux.org/packages/timid … hes.tar.gz
Offline
Thanks, Snowman, for your prompt response. That did it.
Robert
Offline
The tarball no longer contains the install scriptlet.
Anyone care to upload it again or paste the contents here?
Last edited by SystemParadox (2007-08-17 17:13:38)
Offline