summaryrefslogtreecommitdiffstats
path: root/package/libpciaccess/libpciaccess.mk
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2014-10-18 19:41:30 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-10-19 12:08:52 +0200
commitbfd87877fe214af08a3eb4df160dc300a3b85203 (patch)
tree7b13fc097171b99145f10e5f565f6bd333f47bc4 /package/libpciaccess/libpciaccess.mk
parente4a436f5e4a96a90051dc8265878f5a370343702 (diff)
xlib_libpciaccess: Rename package to libpciaccess
While libpciaccess is part of the X libraries, it does not depend upon X11 or any other X library. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libpciaccess/libpciaccess.mk')
-rw-r--r--package/libpciaccess/libpciaccess.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/libpciaccess/libpciaccess.mk b/package/libpciaccess/libpciaccess.mk
new file mode 100644
index 000000000..010707ef2
--- /dev/null
+++ b/package/libpciaccess/libpciaccess.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# libpciaccess
+#
+################################################################################
+
+LIBPCIACCESS_VERSION = 0.13.2
+LIBPCIACCESS_SOURCE = libpciaccess-$(LIBPCIACCESS_VERSION).tar.bz2
+LIBPCIACCESS_SITE = http://xorg.freedesktop.org/releases/individual/lib
+LIBPCIACCESS_LICENSE = MIT
+LIBPCIACCESS_LICENSE_FILES = COPYING
+LIBPCIACCESS_INSTALL_STAGING = YES
+
+$(eval $(autotools-package))