summaryrefslogtreecommitdiff
path: root/community/mcdp
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/mcdp
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/mcdp')
-rw-r--r--community/mcdp/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/community/mcdp/PKGBUILD b/community/mcdp/PKGBUILD
deleted file mode 100644
index a59874434..000000000
--- a/community/mcdp/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 67966 2012-03-16 12:59:54Z giovanni $
-# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Tino Reichardt <milky-archlinux@mcmilk.de>
-# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
-
-pkgname=mcdp
-pkgver=0.4b
-pkgrel=2
-pkgdesc="Small console cd player"
-arch=('i686' 'x86_64')
-url="http://www.mcmilk.de/projects/mcdp/"
-license=('GPL')
-depends=('glibc')
-makedepends=('dietlibc')
-source=(http://www.mcmilk.de/projects/$pkgname/dl/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('0faa031b07299b0fb2353306a669328c877717e1bc7e274e40c3d2612e103cab')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make $pkgname
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- install -Dm755 $pkgname ${pkgdir}/usr/bin/$pkgname
- install -Dm644 $pkgname.1 ${pkgdir}/usr/share/man/man1/$pkgname.1
-}