| 65 |
|
|
| 66 |
tar: |
tar: |
| 67 |
version=$$(sed -n 's/#define AXEL_VERSION_STRING[ \t]*"\([^"]*\)"/\1/p' < axel.h) && \ |
version=$$(sed -n 's/#define AXEL_VERSION_STRING[ \t]*"\([^"]*\)"/\1/p' < axel.h) && \ |
| 68 |
tar --create --transform "s#^#axel-$${version}/#" "--file=axel-$${version}.tar" --exclude-vcs -- *.c *.h *.po configure Makefile axel.1 gui CHANGES COPYING CREDITS README && \ |
tar --create --transform "s#^#axel-$${version}/#" "--file=axel-$${version}.tar" --exclude-vcs -- *.c *.h *.po configure Makefile axel.1 axelrc.example axel.spec gui API CHANGES COPYING CREDITS README && \ |
| 69 |
gzip --best < "axel-$${version}.tar" > "axel-$${version}.tar.gz" && \ |
gzip --best < "axel-$${version}.tar" > "axel-$${version}.tar.gz" && \ |
| 70 |
bzip2 --best < "axel-$${version}.tar" > "axel-$${version}.tar.bz2" |
bzip2 --best < "axel-$${version}.tar" > "axel-$${version}.tar.bz2" |
| 71 |
|
|