14 lines
191 B
Makefile
14 lines
191 B
Makefile
|
include $(TOPDIR)/rules.mk
|
||
|
|
||
|
PKG_BASE_NAME:=xf86
|
||
|
PKG_NAME:=xf86-video-vga-X11R7.1
|
||
|
PKG_RELEASE:=1
|
||
|
PKG_VERSION:=4.1.0
|
||
|
|
||
|
_DEPEND:=
|
||
|
|
||
|
|
||
|
include ../common.mk
|
||
|
|
||
|
$(eval $(call BuildPackage,$(PKG_NAME)))
|