From: Jose V Beneyto Date: Tue, 13 Aug 2013 18:57:48 +0000 (+0000) Subject: Preparing the ground for an upstream branch sources X-Git-Url: http://gitweb/?a=commitdiff_plain;ds=sidebyside;h=1cd53361c0380e2d9735fba5b213888ca823d4e7;hp=-c;p=pkgutils-cross.git Preparing the ground for an upstream branch sources --- 1cd53361c0380e2d9735fba5b213888ca823d4e7 diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 7d8f4ca..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -pkgadd -pkginfo -src/* diff --git a/Makefile b/Makefile deleted file mode 100644 index fffe4f8..0000000 --- a/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# -# 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 diff --git a/README b/README deleted file mode 100644 index 953eb28..0000000 --- a/README +++ /dev/null @@ -1,22 +0,0 @@ - -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 diff --git a/src/pkgmk.conf b/pkgmk-cross.conf similarity index 100% rename from src/pkgmk.conf rename to pkgmk-cross.conf