12 lines
169 B
Makefile
12 lines
169 B
Makefile
|
include $(TOPDIR)/rules.mk
|
||
|
|
||
|
PKG_NAME:=xf86miscproto-X11R7.0
|
||
|
PKG_RELEASE:=1
|
||
|
PKG_VERSION:=0.9.2
|
||
|
|
||
|
_DEPEND:=
|
||
|
|
||
|
include ../common.mk
|
||
|
|
||
|
$(eval $(call BuildPackage,$(PKG_NAME)))
|