# HG changeset patch # User Christophe Lincoln # Date 1394059612 -3600 # Node ID ece91be34a06f06a2155d5d7eeb61bb73651cd60 # Parent 1dd9cce52c2108e3387be2f78cea146265c05179 libvorbis: add to ARM arch diff -r 1dd9cce52c21 -r ece91be34a06 libvorbis-dev/receipt --- a/libvorbis-dev/receipt Wed Mar 05 23:34:15 2014 +0100 +++ b/libvorbis-dev/receipt Wed Mar 05 23:46:52 2014 +0100 @@ -8,6 +8,7 @@ LICENSE="other" WANTED="libvorbis" WEB_SITE="http://www.xiph.org/" +HOST_ARCH="i486 arm" DEPENDS="libogg-dev libvorbis pkg-config" diff -r 1dd9cce52c21 -r ece91be34a06 libvorbis/receipt --- a/libvorbis/receipt Wed Mar 05 23:34:15 2014 +0100 +++ b/libvorbis/receipt Wed Mar 05 23:46:52 2014 +0100 @@ -9,6 +9,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.xiph.org/" WGET_URL="http://downloads.xiph.org/releases/vorbis/$TARBALL" +HOST_ARCH="i486 arm" DEPENDS="libogg" BUILD_DEPENDS="libogg-dev" @@ -16,9 +17,8 @@ # Rules to configure and make the package. compile_rules() { - cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS && + ./configure \ + $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install }