diff options
Diffstat (limited to 'emulators/suse131_gstreamer/Makefile')
-rw-r--r-- | emulators/suse131_gstreamer/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/emulators/suse131_gstreamer/Makefile b/emulators/suse131_gstreamer/Makefile new file mode 100644 index 00000000000..110efb89765 --- /dev/null +++ b/emulators/suse131_gstreamer/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2014/12/17 01:35:07 rodent Exp $ + +PKGNAME= suse_gstreamer-${SUSE_VERSION} +CATEGORIES= emulators +RPMUPDPKGS+= gstreamer-plugin-gstclutter-2.0.8-3.1.${SUSE_ARCH} +RPMUPDPKGS+= gstreamer-plugins-bad-1.0.10-2.5.4.${SUSE_ARCH} +RPMUPDPKGS+= gstreamer-plugins-base-1.0.10-2.4.1.${SUSE_ARCH} + +MAINTAINER= rodent@NetBSD.org +COMMENT= Linux compatibility package for gstreamer + +EMUL_MODULES.linux= base + +PLIST_SRC= ${RPM2PKG_PLIST} + +.include "../../emulators/suse131_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" |