You are not logged in.
Hi I created a PKGBUILD for the conspire IRC client, and when I try to submit the .tar.gz file containing it I get "Could not create directory /home/aur/unsupported/conspire." here is the PKGBUILD
# Contributor: Vance Freire <greatmetal@gmail.com>
pkgname=conspire
pkgver=20080617
pkgrel=1
pkgdesc="An advanced, lightweight IRC client for UNIX."
url="http://www.nenolod.net/conspire"
license="GPL"
arch=('i686' 'x86_64')
makedepends=('mercurial' 'gtk2' 'libsexy' 'glib2' 'libmowgli' 'gnutls' 'dbus' 'libnotify')
options=('!strip')
source=()
md5sums=()
build() {
cd $startdir/src
msg "Connecting to mercurial server..."
if [ -d $startdir/src/conspire ] ; then
cd conspire
hg update
msg "The local files are updated."
else
hg clone http://hg.atheme.org/conspire
cd conspire
fi
./autogen.sh
./configure --prefix=/usr
make
make install DESTDIR=$startdir/pkg || return 1
}
Offline
I will ask the most obvious question, do you have an account on the AUR?
Offline
Yes I do . I made one today for this package.
Offline
Seems to be a bug in AUR, your package has been uploaded: http://aur.archlinux.org/packages/conspire/ but it doesn't show up in the web interface. The usr directory shouldn't be there, as well.
You should probably post this to the bugtracker.
Offline
Posted to bugtracker thanks for all your help .
Offline