summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxrandr/lxrandr_0.1.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-lxde/lxrandr/lxrandr_0.1.2.bb')
-rw-r--r--recipes-lxde/lxrandr/lxrandr_0.1.2.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes-lxde/lxrandr/lxrandr_0.1.2.bb b/recipes-lxde/lxrandr/lxrandr_0.1.2.bb
deleted file mode 100644
index e8ddcbb..0000000
--- a/recipes-lxde/lxrandr/lxrandr_0.1.2.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "LXDE Randr graphical frontend"
-HOMEPAGE = "http://lxde.org/"
-SECTION = "x11"
-
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-
-DEPENDS = "virtual/libintl intltool-native xrandr gtk+"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz \
- file://lxrandr_am_prog_cc_c_o.patch \
-"
-SRC_URI[md5sum] = "8a7391581541bba58839ac11dbf5b575"
-SRC_URI[sha256sum] = "fb8139478f6cfeac6a2d8adb4e55e8cad099bfe2da7c82253c935ba719f9cf19"
-
-do_configure_prepend () {
- if [ -e ${S}/configure.in ]; then
- mv ${S}/configure.in ${S}/configure.ac || true
- fi
-}
-
-inherit autotools gettext pkgconfig