This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<project name="DoD:Leap42.1"> | |
<title>Leap 42.1 DoD project</title> | |
<description/> | |
<person userid="seife" role="maintainer"/> | |
<repository name="oss_update"> | |
<download arch="x86_64" url="http://download.opensuse.org/update/leap/42.1/oss/" repotype="rpmmd"> | |
<archfilter/> | |
<pubkey/> | |
</download> | |
<arch>x86_64</arch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#################################################### | |
# Makefile for building native neutrino / libstb-hal | |
# (C) 2012,2013 Stefan Seyfried | |
# | |
# prerequisite packages need to be installed, | |
# no checking is done for that | |
#################################################### | |
SOURCE = $(PWD)/source | |
OBJ = $(PWD)/obj |