diff options
-rwxr-xr-x | build | 41 |
1 files changed, 4 insertions, 37 deletions
@@ -2,44 +2,11 @@ include ../source.mk -common_opts = \ - --disable-shared \ - --disable-curl --disable-ssl-curl \ - --enable-sha256 \ - --with-opkglibdir=/var/lib - nop: @: -build-opkg: - oh-autoconfigure -B obj-opkg -- \ - $(common_opts) \ - --disable-gpg - oh-autobuild -B obj-opkg - touch $@ - -build-opkg-gpg: - oh-autoconfigure -B obj-opkg-gpg -- \ - $(common_opts) \ - --enable-gpg - oh-autobuild -B obj-opkg-gpg - touch $@ - -build: build-opkg build-opkg-gpg +build: + @: -install: build - oh-autoinstall -B obj-opkg-gpg - mv dest/usr/bin/opkg-cl dest/usr/bin/opkg-gpg - oh-autoinstall -B obj-opkg - mv dest/usr/bin/opkg-key dest/usr/bin/opkg-key-orig - mv dest/usr/bin/update-alternatives \ - dest/usr/bin/update-alternatives-orig - rm -Rf dest/usr/include/ \ - dest/usr/lib/$(OPK_HOST_ARCH)/pkgconfig/ \ - dest/usr/lib/$(OPK_HOST_ARCH)/libopkg.a \ - dest/usr/lib/$(OPK_HOST_ARCH)/libopkg.la - mv dest/usr/share/man/man1/opkg-cl.1 dest/usr/share/man/man1/opkg.1 - oh-fixperms - oh-strip -k - oh-installfiles - oh-shlibdeps +install: + @: |