+++ /dev/null
-#
-# Makefile
-#
-
-all: src/pkgmk.conf src/pkgmk pkginfo pkgadd
-
-src/pkgmk:
- @if [ -f /etc/debian_version -o -f /etc/debian_release -o -f /etc/lsb-release ]; then \
- make -C src LDFLAGS="-static -larchive -lz -lacl"; \
- else \
- make -C src; \
- fi
- @chmod a+x src/pkgmk
-
-pkginfo:
- @ln -s src/pkgadd pkginfo
-
-pkgadd:
- @ln -s src/pkgadd pkgadd
-
-clean:
- @make -C src clean
- @rm -f pkginfo pkgadd
-
-distclean:
- @make -C src distclean
-
-# End of file
+++ /dev/null
-
-README
-
-Compile it!
-$ make
-
-Edit pkgmk.conf with your settings:
-$ vim src/pkgmk.conf
-
-Add pkgmk-cross to the PATH environment variable:
-$ export PATH=/devel/crux-arm/pkgutils-cross:$PATH
-(note that append the old value for PATH at the end is important)
-
-Now you're ready to crosscompile packages:
-$ cd /devel/crux-arm/ports/core-cross/ncurses
-$ fakeroot pkgmk-cross -d
-
-And also to install (when you need a dependency installed)
-$ cd /devel/crux-arm/ports/core-cross/ncurses
-$ pkgadd-cross ncurses#X.X-1.pkg.tar.gz
-$ cd /devel/crux-arm/ports/core-cross/bash
-$ fakeroot pkgmk-cross -d