Skip to content

Commit

Permalink
upgpkg: codecs64
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixlzx committed Nov 8, 2015
1 parent 27e46dd commit 630e108
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions codecs64/PKGBUILD
@@ -1,20 +1,21 @@
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Maintainer: kfgz <kfgz at interia dot pl>
# Contributor: Lukas Fleischer <archlinux at cryptocrack dot de>

pkgname=codecs64
pkgver=20071007
pkgrel=1
pkgdesc="Non-linux native codec pack."
arch=('x86_64')
url="http://www.mplayerhq.hu/design7/dload.html"
license=('unknown')
license=('other')
depends=('gcc-libs')
conflicts=('codecs-extra' 'codecs')
replaces=('codecs-extra' 'codecs')
options=('!strip')
source=(http://www.mplayerhq.hu/MPlayer/releases/codecs/essential-amd64-$pkgver.tar.bz2)
source=(http://www.mplayerhq.hu/MPlayer/releases/codecs/essential-amd64-${pkgver}.tar.bz2)
md5sums=('8e1ceeec51469f5baac65e56fac709e8')

build() {
install -d $pkgdir/usr/lib/codecs
install -m644 $srcdir/essential-amd64-$pkgver/* $pkgdir/usr/lib/codecs
package() {
install -d "${pkgdir}"/usr/lib/codecs
install -m644 "${srcdir}"/essential-amd64-${pkgver}/* "${pkgdir}"/usr/lib/codecs
}

0 comments on commit 630e108

Please sign in to comment.