diff --git a/packages/python/system/yenc/build b/packages/python/system/yenc/build index 76397f3922..ad41cf4261 100755 --- a/packages/python/system/yenc/build +++ b/packages/python/system/yenc/build @@ -2,11 +2,6 @@ . config/options $1 -$SCRIPTS/build toolchain -$SCRIPTS/build Python -$SCRIPTS/build distribute -$SCRIPTS/build distutilscross - export PYTHONXCPREFIX="$SYSROOT_PREFIX/usr" export LDFLAGS="$LDFLAGS -L$SYSROOT_PREFIX/usr/lib -L$SYSROOT_PREFIX/lib" diff --git a/packages/python/system/yenc/install b/packages/python/system/yenc/install index 4d0a7235de..73886a0890 100755 --- a/packages/python/system/yenc/install +++ b/packages/python/system/yenc/install @@ -2,7 +2,4 @@ . config/options $1 -$SCRIPTS/install Python -$SCRIPTS/install distribute - cp -PR $PKG_BUILD/.install/* $INSTALL diff --git a/packages/python/system/yenc/meta b/packages/python/system/yenc/meta new file mode 100644 index 0000000000..304d2ac42e --- /dev/null +++ b/packages/python/system/yenc/meta @@ -0,0 +1,15 @@ +PKG_NAME="yenc" +PKG_VERSION="0.3" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="OSS" +PKG_SITE="http://www.golug.it/yenc.html" +PKG_URL="http://www.golug.it/pub/yenc/$PKG_NAME-$PKG_VERSION.tar.gz" +PKG_DEPENDS="Python distribute" +PKG_BUILD_DEPENDS="toolchain Python distribute distutilscross" +PKG_PRIORITY="optional" +PKG_SECTION="python/system" +PKG_SHORTDESC="yenc: a fairly simple module, it provide only raw yEnc encoding/decoding with builitin crc32 calculation." +PKG_LONGDESC="This a fairly simple module, it provide only raw yEnc encoding/decoding with builitin crc32 calculation. Header parsing, checkings and yenc formatting are left to you (see examples directory for possible implementations). The interface is similar to the uu module from python standard library." +PKG_IS_ADDON="no" + diff --git a/packages/python/system/yenc/patches/yenc-setuptools.diff b/packages/python/system/yenc/patches/yenc-0.3-setuptools.patch similarity index 100% rename from packages/python/system/yenc/patches/yenc-setuptools.diff rename to packages/python/system/yenc/patches/yenc-0.3-setuptools.patch diff --git a/packages/python/system/yenc/url b/packages/python/system/yenc/url deleted file mode 100644 index 40e4af7695..0000000000 --- a/packages/python/system/yenc/url +++ /dev/null @@ -1 +0,0 @@ -http://www.golug.it/pub/yenc/yenc-0.3.tar.gz