summaryrefslogtreecommitdiff
path: root/package/scrnsaverproto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/scrnsaverproto/Makefile')
-rw-r--r--package/scrnsaverproto/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/package/scrnsaverproto/Makefile b/package/scrnsaverproto/Makefile
index 6091c96d0..56b2e8393 100644
--- a/package/scrnsaverproto/Makefile
+++ b/package/scrnsaverproto/Makefile
@@ -7,19 +7,13 @@ PKG_NAME:= scrnsaverproto
PKG_VERSION:= 1.2.2
PKG_RELEASE:= 1
PKG_DESCR:= X11 screensaver headers
-PKG_SECTION:= x11/devel
+PKG_SECTION:= devel
PKG_MD5SUM:= 21704f1bad472d94abd22fea5704bb48
PKG_SITES:= ${MASTER_SITE_XORG}
+PKG_OPTS:= dev devonly
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,SCRNSAVERPROTO,scrnsaverproto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
-post-install:
- ${INSTALL_DIR} ${IDIR_SCRNSAVERPROTO}/usr/include
- ${CP} ${WRKINST}/usr/include/X11 ${IDIR_SCRNSAVERPROTO}/usr/include
- ${INSTALL_DIR} ${IDIR_SCRNSAVERPROTO}/usr/lib/pkgconfig
- ${INSTALL_DATA} ${WRKINST}/usr/lib/pkgconfig/scrnsaverproto.pc \
- ${IDIR_SCRNSAVERPROTO}/usr/lib/pkgconfig
-
include ${TOPDIR}/mk/pkg-bottom.mk