You are not logged in.

#1 2007-03-23 12:13:06

Pajaro
Member
Registered: 2004-04-21
Posts: 884

can't upload to AUR

Hi,

i am trying to upload a package to AUR, but AUR keeps saying. PKGBUILD does not exist when i submit my package.

i create the tar with:

tar cvvf package.tar.gz PKGBUILD

i also tried:

tar cvvf package.tar.gz package-dir/

I am lost, and i already uploaded some packages to aur.

Offline

#2 2007-03-23 12:52:08

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: can't upload to AUR

can you post the PKGBUILD - you may have an error in it.

Offline

#3 2007-03-23 13:07:30

Pajaro
Member
Registered: 2004-04-21
Posts: 884

Re: can't upload to AUR

here it go:

pkgname=festvox-ellpc11k
_pkgnameorig=festvox_ellpc11k
pkgver=1.95
pkgrel=1
pkgdesc="Castilian Spanish male speaker for Festival"
url="http://www.cstr.ed.ac.uk/projects/festival/"
license=""
depends=('festival')
source=("http://www.cstr.ed.ac.uk/downloads/festival/$pkgver/$_pkgnameorig.tar.gz")
md5sums=('e96a97644d36fcb89952ca65c283cea3')

build() {
        cd $startdir/src
        mkdir -p $startdir/pkg/usr/share/festival
        cp -r festival/lib/voices $startdir/pkg/usr/share/festival
}

Offline

#4 2007-03-23 13:14:45

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: can't upload to AUR

Well, two things, probably unrelated:

1) you need a license smile
2) _pkgnameorig - you only used it once!  Having the variable actually means more typing in this case - not less!  So what's the point?

Other than that it looks ok to me but that just might be me smile

Offline

#5 2007-03-23 13:15:02

XazZ
Member
From: Munich, Germany
Registered: 2006-12-30
Posts: 72

Re: can't upload to AUR

OT: please fill out the license field (if possible) and add an arch field (described in here: http://bbs.archlinux.org/viewtopic.php?id=27440)

Back 2 topic: I'm using aurup to upload my packages to the AUR - you can find aurup in the AUR wink

XazZ

Offline

#6 2007-03-23 13:53:36

SiD
Member
From: Germany
Registered: 2006-09-21
Posts: 729

Re: can't upload to AUR

Pajaro wrote:

Hi,
tar cvvf package.tar.gz package-dir/

should it not be a gzipped tarball?

tar cvzf package.tar.gz package-dir/

Last edited by SiD (2007-03-23 13:54:05)

Offline

#7 2007-03-23 14:17:21

Pajaro
Member
Registered: 2004-04-21
Posts: 884

Re: can't upload to AUR

that was it smile

thanks SiD

Offline

Board footer

Powered by FluxBB