added xcircuit package, modifications to cups build (spooldir)
[hdw-linux/hdw-linux.git] / packages / hackbard / cups / cups
1 # hdw - linux cups package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] 1.1.23
6 # [S] 3-8
7 # [D] cups-1.1.23-source.tar.bz2 ftp://ftp2.easysw.com/pub/cups/1.1.23/
8
9 confopt="$confopt --disable-ssl --with-logdir=$root/var/cups/log"
10 confopt="$confopt --with-cups-user=daemon --with-cups-group=daemon"
11
12 post_install()  {
13         # we care about init scripts ourself
14         rm -rf $root/etc/init.d/rc0.d
15         rm -rf $root/etc/init.d/*/*cups
16         # spool directory
17         mkdir -p $root/var/spool/cups
18                 }