Fixed .bep files for libvorbis-1.3.1

This commit is contained in:
Scott McCreary
2010-05-12 06:02:28 +00:00
parent 41b4d96294
commit f6940e292d
2 changed files with 16 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-util/pkgconfig >= 0.23"
BUILD {
cd libvorbis-1.2.3
cd libvorbis-1.3.1
libtoolize --force --copy --install
mkdir -p m4
cp /boot/common/share/aclocal/libtool.m4 m4
@@ -22,6 +22,6 @@ BUILD {
}
INSTALL {
cd libvorbis-1.2.3
cd libvorbis-1.3.1
make install
}