[aur-general] Problem with opustags PKGBUILD

Storm Dragon stormdragon2976 at gmail.com
Sun Nov 8 23:41:39 UTC 2015


Howdy,
I put together a PKGBUILD for opustags, a cli tagger for opus files. I am pretty sure I did it right, but I get the error "/bin exists in file system" when installing the package.
So, I guess I am missing something completely obvious lol. The PKGBUILD is attached.
Thanks for any help
Storm
-- 
Powered by Arch Linux! I am registered Linux user number 508465: https://linuxcounter.net/user/508465.html
My blog, Thoughts of a Dragon: http://www.stormdragon.tk/
get my public PGP key: gpg --keyserver wwwkeys.pgp.net --recv-key 43DDC193
Twitter and Facebook are so ... yesteryear. Get your 2MB Social account TODAY! http://2mb.social/main/register
My Blackberry is Broken: http://is.gd/my_blackberry_is_broken
"Every day is Halloween"
Type O Negative - Black No. One
-------------- next part --------------
# Maintainer: Storm Dragon <stormdragon2976 at gmail.com>
_pkgname=opustags
pkgname=opustags-git
pkgver=0.36.fcd6470
pkgrel=1
pkgdesc="View and edit tags for opus files from the command line."
arch=('any')
url="http://github.com/fmang/pkgname"
license=('GPL3')
depends=('libogg')
makedepends=('git')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$_pkgname::git+git://github.com/fmang/$_pkgname.git")
md5sums=("SKIP")

 pkgver()
{
   cd "$srcdir/$_pkgname"
   echo "0.$(git rev-list --count HEAD).$(git describe --always)"
 }

build()
{
cd "$srcdir/$_pkgname"
make
}

package()
 {
  cd "$srcdir/$_pkgname"
make PREFIX=/usr DESTDIR="$pkgdir" install
  }

# vim:set ts=2 sw=2 et:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <https://lists.archlinux.org/pipermail/aur-general/attachments/20151108/d69841c4/attachment.asc>


More information about the aur-general mailing list