For more info, see Marc Olzheim's page.
Or you can browse packages in the repository.
Or you can get the gpg public key:
pub 1024D/441EF4A5 2008-10-21
Key fingerprint = B57E 0904 FBF2 713B 3279 0126 BACE 5ABD 441E F4A5
deb http://coredev.nl/cydia iphone main
lynx http://coredev.nl/cydia/coredev.pub
Press 'd' for Download
Press cursor-down, to select 'Save to disk'
Press enter for the default filename (coredev.pub)
Press 'Q' to quit
Once you have the file, on the (root) shell, run:
apt-key add coredev.puband finally:
echo 'deb http://coredev.nl/cydia iphone main' > /etc/apt/sources.list.d/coredev.nl.listNow when you refresh Cydia, run apt-get update or aptitude update, you should be able to see my packages.
mv /usr/local /private/var && ln -s /private/var/local /usr
#!/bin/sh apt-ftparchive generate /etc/apt/apt-ftparchive.conf apt-ftparchive -c /etc/apt/apt-cydia.conf release /www/pages/cydia/dists/iphone > /www/pages/cydia/dists/iphone/Release rm -f /www/pages/cydia/dists/iphone/Release.gpg gpg -abs -u 441EF4A5 -o /www/pages/cydia/dists/iphone/Release.gpg /www/pages/cydia/dists/iphone/Release
Dir {
ArchiveDir "/www/pages/cydia";
CacheDir "/www/tmp/cache";
};
Default {
Packages::Compress ". gzip bzip2";
Sources::Compress ". gzip bzip2";
Contents::Compress ". gzip bzip2";
};
BinDirectory "dists/iphone/main/binary-iphoneos-arm" {
Packages "dists/iphone/main/binary-iphoneos-arm/Packages";
Contents "dists/iphone/Contents-iphoneos-arm";
SrcPackages "dists/iphone/main/source/Sources";
BinCacheDB "packages-cydia.db";
};
APT::FTPArchive::Release::Origin "CoreDev.nl repo for iPhone"; APT::FTPArchive::Release::Label "coredev.nl"; APT::FTPArchive::Release::Suite "stable"; APT::FTPArchive::Release::Codename "iphone"; APT::FTPArchive::Release::Architectures "iphoneos-arm source"; APT::FTPArchive::Release::Components "main"; APT::FTPArchive::Release::Description "Open source packaged for the iPhone by CoreDev";