summaryrefslogtreecommitdiffstats
path: root/package/multimedia/gst-omapfb/gst-omapfb.mk
blob: 7b8b128c5ce752c4bea892e1d5724a3624e87ed6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
################################################################################
#
# 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))