-
Notifications
You must be signed in to change notification settings - Fork 110
Build package
Thomas Tsai edited this page Jan 7, 2014
·
2 revisions
get source tarball from SourceForge or NCHC
-
SourceForge: http://sourceforge.net/projects/partclone/files/
-
NCHC: http://partclone.nchc.org.tw/download/
wget http://partclone.nchc.org.tw/download/testing/src/partclone-0.2.69.tar.gz
deb http://free.nchc.org.tw/drbl-core drbl stable testing unstable dev
deb-src http://free.nchc.org.tw/drbl-core drbl stable testing unstable dev
wget http://drbl.nchc.org.tw/GPG-KEY-DRBL; apt-key add GPG-KEY-DRBL
apt-get update
apt-get build-dep partclone
tar zxvf partclone-0.2.69.tar.gz
cd partclone-0.2.69
./configure --enable-all --enable-ncursesw --enable-static
make
make install
tar zxvf partclone-0.2.69.tar.gz
cd partclone-0.2.69/
cp -r README.Package/debian.sid debian
dch -i
debuild