added xcircuit package, modifications to cups build (spooldir)
[hdw-linux/hdw-linux.git] / packages / hackbard / cups / cups
index 6fec009..084de73 100644 (file)
@@ -2,9 +2,17 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 1.1.20
+# [V] 1.1.23
 # [S] 3-8
-# [D] cups-1.1.20-source.tar.bz2 ftp://ftp2.easysw.com/pub/cups/1.1.20/
+# [D] cups-1.1.23-source.tar.bz2 ftp://ftp2.easysw.com/pub/cups/1.1.23/
 
 confopt="$confopt --disable-ssl --with-logdir=$root/var/cups/log"
 confopt="$confopt --with-cups-user=daemon --with-cups-group=daemon"
+
+post_install() {
+       # we care about init scripts ourself
+       rm -rf $root/etc/init.d/rc0.d
+       rm -rf $root/etc/init.d/*/*cups
+       # spool directory
+       mkdir -p $root/var/spool/cups
+               }