CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
dropbear: moved from core collection
[attic/ports/opt-cross.git] / libxvid / Pkgfile
CommitLineData
ce3fd647
VM
1# Description: An ISO MPEG-4 compliant video codec
2# URL: http://www.xvid.org/
3# Packager: Matt Housh, jaeger at crux dot nu
4# Maintainer: Lucas Hazel, lucas at die dot net dot au
38b50d66 5# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
ce3fd647
VM
6# Nice to have: yasm
7
8name=libxvid
9version=1.2.2
10release=1
11source=(http://downloads.xvid.org/downloads/xvidcore-$version.tar.bz2)
12
13build() {
881bbe9d
VM
14 cd xvidcore/build/generic
15 ./configure --build=$CHOST \
ce3fd647
VM
16 --host=$CTARGET \
17 --prefix=/usr
881bbe9d
VM
18 make
19 make DESTDIR=$PKG install
20 ln -s libxvidcore.so.4.2 $PKG/usr/lib/libxvidcore.so
ce3fd647 21}