blob: bc2cfba7a439e99fb095d0349d3bffa33a186313 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/usr/bin/make -f
build:
oh-autoconfigure -s src/gettext-runtime -B src/gettext-runtime -- \
--enable-threads --disable-java
oh-autobuild -s src/gettext-runtime -B src/gettext-runtime
install: build
oh-autoinstall -s src/gettext-runtime -B src/gettext-runtime
oh-strip -k
oh-installfiles
|