diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-06 23:03:58 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-06 23:03:58 +0100 |
commit | a7f498765635473d2c3b4b685c7474a19693cb01 (patch) | |
tree | de0d52432257bd2cec8443498698ddacb47ed6db /extra/libfame/Pkgfile | |
parent | aba740dedc94943e6d76cf20268c02a0dcc3382b (diff) | |
download | nutyx-extra-a7f498765635473d2c3b4b685c7474a19693cb01.tar.gz nutyx-extra-a7f498765635473d2c3b4b685c7474a19693cb01.tar.bz2 nutyx-extra-a7f498765635473d2c3b4b685c7474a19693cb01.tar.xz nutyx-extra-a7f498765635473d2c3b4b685c7474a19693cb01.zip |
libfame, déplacé dans base
Diffstat (limited to 'extra/libfame/Pkgfile')
-rwxr-xr-x | extra/libfame/Pkgfile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/libfame/Pkgfile b/extra/libfame/Pkgfile deleted file mode 100755 index 657086f88..000000000 --- a/extra/libfame/Pkgfile +++ /dev/null @@ -1,22 +0,0 @@ -# Description: Librairie pour l'encodage temps réel de MPEG1 ainsi que le MPEG-4 -# URL: http://fame.sourceforge.net/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: - -name=libfame -version=0.9.1 -release=1 -source=( http://downloads.sourceforge.net/fame/$name-$version.tar.gz\ - http://www.linuxfromscratch.org/patches/blfs/svn/libfame-0.9.1-gcc34-1.patch) - -build() { - cd $name-$version - patch -Np1 -i ../libfame-0.9.1-gcc34-1.patch - sed -i 's/$CC --version/$CC -dumpversion/' configure - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info - make - make DESTDIR=$PKG install -} |