blob: 27608ef63699d8da8a0278f2c0eac1b662b08679 (
plain)
1
2
3
4
5
6
7
8
9
10
|
pkg:setup
args = %W[--prefix=#{prefix} --disable-cups --disable-compile-inits --disable-gtk --disable-fontconfig --without-libidn --with-system-libtiff --without-x ]
./autogen.sh *args
else
pkg:configure *args
end
make DESTDIR=${PKG_DEST} install
make DESTDIR=${PKG_DEST} install-so
(pkgshare/"fonts").install resource("fonts")
(man/"de").rmtree
|