]> git.saurik.com Git - cycript.git/blobdiff - Darwin-arm.mk
Oops! That broke the Linux build with GNUstep.
[cycript.git] / Darwin-arm.mk
index 974a5769ba29f64fc22e050e0bba6d2f72d3ac0a..cc970778984f81250b4e5913868d4fb9a78485a0 100644 (file)
@@ -1,18 +1,24 @@
 flags += -F${PKG_ROOT}/System/Library/PrivateFrameworks
 
-all += Cycript.$(dll) #cyrver
+all += #cyrver
 
 arch := iphoneos-arm
-ldid := ldid -S
 console += -framework UIKit
+depends += apr-lib readline libffi mobilesubstrate
+#library += -framework CFNetwork
+library += -framework WebCore
+# XXX: all Darwin, maybe all device, should have this
+library += -lsubstrate
 
-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