gstreamer-plugins-ffmpeg: Pkgfile cleanup

This commit is contained in:
Danny Rawlins 2007-04-01 16:34:46 +10:00
parent 6550eb3ca7
commit 2b38e66352

View File

@ -2,7 +2,7 @@
# URL: http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Matt Housh, jaeger at morpheus dot net
# Depends on: gstreamer-plugins-base, python
# Depends on: gstreamer-plugins-base python
name=gstreamer-plugins-ffmpeg
version=0.10.2
@ -15,6 +15,7 @@ build() {
CFLAGS="${CFLAGS//-O?/-O2}" CXXFLAGS="${CXXFLAGS//-O?/-O2}" \
./configure --prefix=/usr
make && make DESTDIR=$PKG install
make
make DESTDIR=$PKG install
}