diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-20 01:56:00 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-20 01:56:00 (EDT) |
commit | 72dff94cceb72d94651db287ee49fc74d12944ec (patch) | |
tree | 8df18d06d1b1138f6a97e943b33bd3d069ee4cb7 /build |
Initial commit.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -0,0 +1,22 @@ +#!/usr/bin/make -f + +upstream_source_dir = ogg +# For 1.3.2 (from <https://www.xiph.org/downloads/>): +source_md5sum = 5c3a34309d8b98640827e5d0991a4015 + +include ../source.mk + +nop: + @: + +build: + oh-autoconfigure -- \ + --enable-static + oh-autobuild + touch $@ + +install: build + oh-autoinstall + oh-fixperms + oh-strip + oh-installfiles |