summaryrefslogtreecommitdiff
path: root/data/dpkg/make.sh
blob: 45da861e834d74ea114c862204362ac85f8b8730 (plain)
1
2
3
4
5
6
7
8
tar -zxvf "${PKG_DATA}/dpkg_1.13.25.tar.gz"
cd dpkg-1.13.25
pkg:patch
autoconf
cp -a getopt/obstack.c lib
pkg:configure --with-admindir=/var/lib/dpkg --without-start-stop-daemon --without-dselect --disable-nls --sysconfdir=/etc --disable-linker-optimisations
make
pkg:install