| version 1.1.1.1, 2006/02/08 08:52:53 |
version 1.4, 2006/02/12 12:25:42 |
|
|
| # Do source dot.bashrc before doing something. |
# Do source dot.bashrc before doing something. |
| |
|
| VERSION=1.2.3-4 |
VERSION=1.2.3-5 |
| # This VERSION must be compatible with debian/control ver. |
# This VERSION must be compatible with debian/control ver. |
| # OpenXM/download/Makefile |
# OpenXM/download/Makefile |
| # work/OpenXM/src/asir-port/Makefile |
# work/OpenXM/src/asir-port/Makefile |
|
|
| RSYNC=rsync -avz -e ssh |
RSYNC=rsync -avz -e ssh |
| FTP_DIR=/home/ftp/pub/OpenXM/head/knoppix |
FTP_DIR=/home/ftp/pub/OpenXM/head/knoppix |
| |
|
| build-package: fetch make-tar-ball-2 |
build-package: fetch make-tar-ball-2 |
| fakeroot debian/rules build |
fakeroot debian/rules build |
| fakeroot debian/rules install |
fakeroot debian/rules install |
| fakeroot dpkg-buildpackage |
fakeroot dpkg-buildpackage |
| |
|
| |
build-deb: |
| |
fakeroot debian/rules build |
| |
fakeroot debian/rules install |
| |
fakeroot dpkg-buildpackage |
| |
|
| fetch: |
fetch: |
| if [ ! -f .fetch_done ]; then \ |
if [ ! -f .fetch_done ]; then \ |
| rm -rf work ; \ |
rm -rf work ; \ |
| Line 63 FILES=OpenXM/Copyright OpenXM/bin OpenXM/include \ |
|
| Line 68 FILES=OpenXM/Copyright OpenXM/bin OpenXM/include \ |
|
| make-tar-ball-2: make-tar-ball-1 |
make-tar-ball-2: make-tar-ball-1 |
| if [ ! -f .make-tar-ball-2_done ]; then \ |
if [ ! -f .make-tar-ball-2_done ]; then \ |
| (cd work/OpenXM/bin ; for i in ${BINARY_FILES} ; do strip $$i ; done ) ;\ |
(cd work/OpenXM/bin ; for i in ${BINARY_FILES} ; do strip $$i ; done ) ;\ |
| |
(cd work/OpenXM/rc ; make clean ) ;\ |
| (cd work; tar czvf openxm-binary-${OS}-${VERSION}.tar.gz ${EXCLUDE_FILES} ${FILES}) ; \ |
(cd work; tar czvf openxm-binary-${OS}-${VERSION}.tar.gz ${EXCLUDE_FILES} ${FILES}) ; \ |
| (cd work ; ${MD5} "openxm-binary-${OS}-${VERSION}.tar.gz" | awk '{print $$1}' >distinfo-openxm-binary.md5) ;\ |
(cd work ; ${MD5} "openxm-binary-${OS}-${VERSION}.tar.gz" | awk '{print $$1}' >distinfo-openxm-binary.md5) ;\ |
| (cp work/distinfo-openxm-binary.md5 OpenXM/download) ; \ |
(cp work/distinfo-openxm-binary.md5 OpenXM/download) ; \ |