summaryrefslogtreecommitdiff
path: root/community/audex/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-15 00:04:20 -0700
committerroot <root@rshg054.dnsready.net>2013-03-15 00:04:20 -0700
commiteebfa6ebe1522831767019e496b0c094b2e15a5c (patch)
tree935fa3d9bddae6c8181a7025516e24875e35f9d2 /community/audex/PKGBUILD
parent3ff20dedff636571ad0faa4736af5b23e4623ffe (diff)
Fri Mar 15 00:04:19 PDT 2013
Diffstat (limited to 'community/audex/PKGBUILD')
-rw-r--r--community/audex/PKGBUILD45
1 files changed, 0 insertions, 45 deletions
diff --git a/community/audex/PKGBUILD b/community/audex/PKGBUILD
deleted file mode 100644
index b189be46e..000000000
--- a/community/audex/PKGBUILD
+++ /dev/null
@@ -1,45 +0,0 @@
-# $Id: PKGBUILD 83864 2013-02-05 20:31:35Z lcarlier $
-# Maintainer: Laurent Carlier <lordheavym@gmail.com>
-# Contributor: Andrea Scarpino <andrea@archlinux.org>
-# Contributor: mightyjaym <jmambrosino@gmail.com>
-# Contributor: moostik <mooostik_at_gmail.com>
-
-pkgname=audex
-pkgver=0.77b1
-pkgrel=1
-pkgdesc="A CDDA extraction tool with a ftp upload function for KDE"
-arch=('i686' 'x86_64')
-url="http://kde-apps.org/content/show.php?content=77125"
-license=('GPL')
-depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'cdparanoia')
-makedepends=('cmake' 'automoc4')
-optdepends=('vorbis-tools: OGG encoder'
- 'faac: MP4/M4A/AAC encoder'
- 'flac: FLAC encoder'
- 'lame: MP3 encoder')
-install=${pkgname}.install
-#source=("ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz"
-source=("http://kde.maniatek.com/${pkgname}/files/${pkgname}-${pkgver}.tar.xz"
- 'gcc47.patch')
-md5sums=('1f3df64b60b15315e958e3e3b151fe92'
- '64107bcf90e22910e57804be774822dd')
-
-build() {
- cd ${pkgname}-${pkgver}
-
- patch -p1 -i "${srcdir}"/gcc47.patch
- cd ..
-
- mkdir build
- cd build
-
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd ${srcdir}/build
- make DESTDIR=${pkgdir} install
-}