-Cycript.$(dll): Connector.o
- $(target)g++ $(flags) -dynamiclib -o $@ $(filter %.o,$^) \
- -lobjc -lapr-1 -lsubstrate \
- -framework CoreFoundation
- ldid -S $@
+ldid := ldid -S
+entitle := ldid -Scycript.xml
+
+cyrver: Server.o
+ $(target)g++ $(flags) -o $@ $(filter %.o,$^) \
+ -lapr-1 -lsubstrate -framework CFNetwork
+ $(ldid) $@
+
+extra::
+ sed -i -e '/^Depends: / s/\<mobilesubstrate\>/mobilesubstrate (>= 0.9.3072)/g' package/DEBIAN/control
+ #mkdir -p package/System/Library/LaunchDaemons
+ #cp -pR com.saurik.Cyrver.plist package/System/Library/LaunchDaemons