diff options
Diffstat (limited to 'dpkg/Pkgfile')
-rw-r--r-- | dpkg/Pkgfile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dpkg/Pkgfile b/dpkg/Pkgfile new file mode 100644 index 0000000..1762a4c --- /dev/null +++ b/dpkg/Pkgfile @@ -0,0 +1,13 @@ +description="Debian Package manager." +url=http://debian.org +maintainer="Lukc (XMPP/SMTP: lukc AT upyum DOT com)" +packager="Lukc (XMPP/SMTP: lukc AT upyum DOT com)" +depends=() + +name=dpkg +version=1.15.8.3 +release=1 +source=(http://ftp.de.debian.org/debian/pool/main/d/$name/${name}_$version.tar.bz2) + +includes=(autotools) + |