contrib/libfame/Pkgfile

23 lines
450 B
Plaintext
Raw Normal View History

2007-06-25 10:02:42 +02:00
# Description: Library for encoding MPEG content.
# URL: http://fame.sourceforge.net/
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2007-06-25 10:02:42 +02:00
# Packager: Martin Opel, mo at obbl-net dot de
# Depends on:
name=libfame
version=0.9.1
release=1
source=(http://dl.sourceforge.net/sourceforge/fame/libfame-$version.tar.gz)
build() {
cd libfame-$version
./configure \
--prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
}