You are not logged in.

#1 2009-04-14 21:17:47

Vamp898
Member
Registered: 2009-01-03
Posts: 1,032
Website

Cant post PKGBUILD

I cant post an 100% syntax correct PKGBUILD cause he says every time the url variable is missing but the url variable is 100% there

its the same PKGBUILD than 1version before (i just changed the Version)

Offline

#2 2009-04-14 21:28:10

Ghost1227
Forum Fellow
From: Omaha, NE, USA
Registered: 2008-04-21
Posts: 1,422
Website

Re: Cant post PKGBUILD

post the PKGBUILD here and let us take a look at it? or at least let us know what it's for... you haven't given us enough information to really accomplish anything.


.:[My Blog] || [My GitHub]:.

Offline

#3 2009-04-14 21:31:25

Vamp898
Member
Registered: 2009-01-03
Posts: 1,032
Website

Re: Cant post PKGBUILD

# Contributor: Vamp898 <vamp898@web.de>

pkgname=amarok2-devel
pkgver=2.0.90
pkgrel=1
pkgdesc="Amarok2 - a media player for KDE (latest Developement Version"
arch=('i686' 'x86_64')
url="http://amarok.kde.org"
license=('GPL')
depends=('kdelibs>=4.2' 'kdebase-runtime>=4.2' 'phonon>=4.1' 'taglib>=1.5' 'taglib-extras>=0.1' 'qt>=4.5' 'mysql>=5.0')
optdepends=('libgpod>=0.6.0' 'libmtp>=0.3.0' 'loudmouth>=1.0')
makedepends=('cmake>=2.6.2' 'qtscriptgenerator>=0.1' 'qca' 'automoc4' 'subversion')
conflicts=('amarok' 'amarok-base' 'amarok-engine-xine' 'amarok2')
source=( "ftp://ftp.kde.org/pub/kde/unstable/amar … r}.tar.bz2" )
md5sums=()

build() {

    cd "$srcdir/amarok-$pkgver"

    cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DQTDIR=`kde4-config --qt-prefix` -DCMAKE_INCLUDE_PATH=/usr/bin/include/mysql -DCMAKE_LIBRARY_PATH=/usr/lib/mysql -DCMAKE_BUILD_TYPE=RELWITHDEBINF -DWITH_Mtp=OFF

    make || return 1
    make DESTDIR=$pkgdir install || return 1

}

Offline

#4 2009-04-14 21:46:19

Vamp898
Member
Registered: 2009-01-03
Posts: 1,032
Website

Re: Cant post PKGBUILD

The PKGBUILD works perfekt and the amarok beta works too (better than any version before) and you can compile it out of the box (until now compiling of amarok2 was terrible) so i would miss this PKGBUILD in AUR sad and in my eyes this PKGBUILD is fully working

Offline

#5 2009-04-14 22:08:37

Vamp898
Member
Registered: 2009-01-03
Posts: 1,032
Website

Re: Cant post PKGBUILD

ok got it, he wanted the ) in the Description -.-

Offline

#6 2009-04-14 22:14:42

Ghost1227
Forum Fellow
From: Omaha, NE, USA
Registered: 2008-04-21
Posts: 1,422
Website

Re: Cant post PKGBUILD

lol yep.


.:[My Blog] || [My GitHub]:.

Offline

#7 2009-04-14 22:17:34

rson451
Member
From: Annapolis, MD USA
Registered: 2007-04-15
Posts: 1,233
Website

Re: Cant post PKGBUILD

You should probably take the pkgname out of the pkgdesc, as it's already there in the pkgname.


archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson

Offline

Board footer

Powered by FluxBB