kumquat-buildroot/package/gstreamer/gst-omapfb/gst-omapfb.mk
Jérôme Pouiller adf6511013 Remove multimedia subdirectory
Unless it was a group of sub-packages, packages was never regrouped by
category. multimedia/ was an exception to this rule.

This patch move packages/multimedia/ sub-directories to packages/. It
keeps two subdirectories for gstream 0.10 and gstreamer 1.X.

Signed-off-by: Jérôme Pouiller <jezz@sysmic.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-09-08 21:41:39 +02:00

26 lines
695 B
Makefile

################################################################################
#
# gst-omapfb
#
################################################################################
GST_OMAPFB_VERSION = 1.0
GST_OMAPFB_SOURCE = gst-omapfb-$(GST_OMAPFB_VERSION).tar.gz
GST_OMAPFB_SITE = http://gst-dsp.googlecode.com/files/
define GST_OMAPFB_BUILD_CMDS
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) -e
endef
define GST_OMAPFB_INSTALL_TARGET_CMDS
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) -e DESTDIR=$(TARGET_DIR) install
endef
define GST_OMAPFB_UNINSTALL_TARGET_CMDS
$(RM) $(TARGET_DIR)/usr/lib/gstreamer-0.10/libgstomapfb.so
endef
GST_OMAPFB_DEPENDENCIES = gstreamer
$(eval $(generic-package))