mirror of
https://github.com/QSCTech/zjunet.git
synced 2026-01-22 11:44:48 +08:00
add debian/build
This commit is contained in:
parent
bb0b00b94a
commit
f08d54876b
@ -48,13 +48,17 @@ master分支请尽可能保持稳定,
|
||||
|
||||
### Build
|
||||
|
||||
#### DEB
|
||||
#### Debian
|
||||
|
||||
```bash
|
||||
sudo apt-get install build-essential autoconf automake autotools-dev dh-make debhelper devscripts fakeroot xutils lintian pbuilder
|
||||
```
|
||||
|
||||
see also: http://www.webupd8.org/2010/01/how-to-create-deb-package-ubuntu-debian.html
|
||||
#### see also
|
||||
|
||||
- http://www.webupd8.org/2010/01/how-to-create-deb-package-ubuntu-debian.html
|
||||
|
||||
- http://tldp.org/HOWTO/html_single/Debian-Binary-Package-Building-HOWTO/
|
||||
|
||||
## Links
|
||||
|
||||
|
||||
6
build/debian/build.sh
Executable file
6
build/debian/build.sh
Executable file
@ -0,0 +1,6 @@
|
||||
VERSION=0.0.57
|
||||
PKG=zjunet-${VERSION}
|
||||
mkdir -p ${PKG}
|
||||
tar cvzf ${PKG}.tar.gz ../../lib/
|
||||
cd ${PKG}
|
||||
dh_make -e zenoofzeng@gmail.com -f ../${PKG}.tar.gz
|
||||
Loading…
x
Reference in New Issue
Block a user