You are not logged in.

#1 2007-03-13 01:12:58

RobF
Member
Registered: 2006-10-10
Posts: 157

[SOLVED] Trying to build timidity-eawpatches - install scriptlet .....

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

#2 2007-03-13 03:09:16

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: [SOLVED] Trying to build timidity-eawpatches - install scriptlet .....

You only got the PKGBUILD. Download the tarball: http://aur.archlinux.org/packages/timid … hes.tar.gz

Offline

#3 2007-03-13 04:08:51

RobF
Member
Registered: 2006-10-10
Posts: 157

Re: [SOLVED] Trying to build timidity-eawpatches - install scriptlet .....

Thanks, Snowman, for your prompt response.  That did it.

Robert

Offline

#4 2007-08-17 17:12:47

SystemParadox
Member
From: Tavistock (Devon) and Bristol
Registered: 2006-06-09
Posts: 35
Website

Re: [SOLVED] Trying to build timidity-eawpatches - install scriptlet .....

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

Board footer

Powered by FluxBB