initial import
This commit is contained in:
30
xvidcore/PKGBUILD
Normal file
30
xvidcore/PKGBUILD
Normal file
@@ -0,0 +1,30 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=xvidcore
|
||||
pkgver=1.3.7
|
||||
pkgrel=1
|
||||
pkgdesc='XviD is a free MPEG-4 video codec'
|
||||
arch=(i686 x86_64)
|
||||
url=https://www.xvid.com/
|
||||
license=(GPL-2)
|
||||
depends=(glibc)
|
||||
makedepends=(nasm)
|
||||
source=(https://downloads.xvid.com/downloads/xvidcore-${pkgver}.tar.gz)
|
||||
sha512sums=('b66b1b0c9ddf4cc48fddd3afc1a8382b21e8bc7dc8a50220bcf1a86e6a2dab9abdcbd3dc64e27a054087f6770a4731468c301351d166c1a19e7f419b04ba7b9b')
|
||||
|
||||
build() {
|
||||
cd xvidcore/build/generic
|
||||
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd xvidcore/build/generic
|
||||
|
||||
make DESTDIR="${pkgdir}" install
|
||||
install -Dm644 ../../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
|
||||
}
|
||||
|
||||
# vim: ts=2 sw=2 et:
|
||||
Reference in New Issue
Block a user