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
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
5 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
6 # Nice to have: yasm
7
8 name=libxvid
9 version=1.2.2
10 release=1
11 source=(http://downloads.xvid.org/downloads/xvidcore-$version.tar.bz2)
12
13 build() {
14 cd xvidcore/build/generic
15 ./configure --build=$CHOST \
16 --host=$CTARGET \
17 --prefix=/usr
18 make
19 make DESTDIR=$PKG install
20 ln -s libxvidcore.so.4.2 $PKG/usr/lib/libxvidcore.so
21 }