13 lines
197 B
Makefile
13 lines
197 B
Makefile
|
include $(TOPDIR)/rules.mk
|
||
|
|
||
|
PKG_BASE_NAME:=libXt
|
||
|
PKG_NAME:=libXt-X11R7.2
|
||
|
PKG_RELEASE:=1
|
||
|
PKG_VERSION:=1.0.4
|
||
|
|
||
|
_DEPEND:= +libSM-X11R7.2
|
||
|
|
||
|
include ../common.mk
|
||
|
|
||
|
$(eval $(call BuildPackage,$(PKG_NAME)))
|