mpg321: remove pkg

This commit is contained in:
Ram-Z 2017-05-20 18:19:05 +01:00
parent ec227d1dca
commit 2e5618a8e4
2 changed files with 0 additions and 37 deletions

View File

@ -1,4 +0,0 @@
2011-02-21 Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
* 0.2.13-1 :
Upgraded.

View File

@ -1,33 +0,0 @@
#
# Apps Packages for Chakra, part of chakra-project.org
#
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
pkgname=mpg321
pkgver=0.3.2
pkgrel=1
pkgdesc='A completely free drop-in replacement for mpg123, for the use of frontends, shell scripts, etc.'
screenshot='http://screenshots.debian.net/screenshots/m/mpg321/6895_large.png'
arch=('x86_64')
url='http://sourceforge.net/projects/mpg321/'
license=('GPL')
depends=('libmad' 'libao' 'libid3tag')
provides=('mpg123')
conflicts=('mpg123')
categories=('multimedia')
changelog=ChangeLog
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/${pkgname}_$pkgver.orig.tar.gz)
md5sums=('d3c343d2183e239e4df56a4aae2466a6')
build() {
cd $srcdir/$pkgname-$pkgver-orig
./configure \
--prefix=/usr
make
}
package() {
cd $srcdir/$pkgname-$pkgver-orig
make DESTDIR=$pkgdir install
}