diff --git a/packages/x11/font/font-cursor-misc/build b/packages/x11/font/font-cursor-misc/build index ad8d7c5406..fbc5963448 100755 --- a/packages/x11/font/font-cursor-misc/build +++ b/packages/x11/font/font-cursor-misc/build @@ -2,9 +2,6 @@ . config/options $1 -$SCRIPTS/build toolchain -$SCRIPTS/build font-util - cd $PKG_BUILD ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ @@ -13,4 +10,4 @@ cd $PKG_BUILD --localstatedir=/var \ --with-fontdir=$XORG_PATH_FONTS -$MAKE UTIL_DIR="`ls -d $ROOT/$BUILD/font-util*`" +make UTIL_DIR="`ls -d $ROOT/$BUILD/font-util*`" diff --git a/packages/x11/font/font-cursor-misc/install b/packages/x11/font/font-cursor-misc/install deleted file mode 100755 index 1e5d23e1cd..0000000000 --- a/packages/x11/font/font-cursor-misc/install +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -. config/options $1 -$SCRIPTS/install font-util diff --git a/packages/x11/font/font-cursor-misc/meta b/packages/x11/font/font-cursor-misc/meta new file mode 100644 index 0000000000..719c355389 --- /dev/null +++ b/packages/x11/font/font-cursor-misc/meta @@ -0,0 +1,14 @@ +PKG_NAME="font-cursor-misc" +PKG_VERSION="1.0.2" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="OSS" +PKG_SITE="http://www.X.org" +PKG_URL="http://xorg.freedesktop.org/archive/individual/font/$PKG_NAME-$PKG_VERSION.tar.bz2" +PKG_DEPENDS="font-util" +PKG_BUILD_DEPENDS="toolchain font-util" +PKG_PRIORITY="optional" +PKG_SECTION="x11/font" +PKG_SHORTDESC="font-cursor-misc: X11 cursor fonts" +PKG_LONGDESC="X11 cursor fonts." +PKG_IS_ADDON="no" diff --git a/packages/x11/font/font-cursor-misc/url b/packages/x11/font/font-cursor-misc/url deleted file mode 100644 index 39c169d94d..0000000000 --- a/packages/x11/font/font-cursor-misc/url +++ /dev/null @@ -1 +0,0 @@ -http://xorg.freedesktop.org/archive/individual/font/font-cursor-misc-1.0.2.tar.bz2 \ No newline at end of file