blob: 32a31bbc90daf64587f92785edd33be88a4372b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
|