makedepend: New package.

This is required to build newer version's of mesa.
This commit is contained in:
Stefan Schantl 2012-05-06 23:06:30 +02:00
parent a7ff95086c
commit c0ee1f9e24
1 changed files with 35 additions and 0 deletions

35
makedepend/makedepend.nm Normal file
View File

@ -0,0 +1,35 @@
###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = makedepend
version = 1.0.4
release = 1
groups = Development/Tools
url = http://www.x.org
license = MIT
summary = makedepend - create dependencies in makefiles.
description
Makedepend automatically creates dependencies in makefiles.
end
source_dl = ftp://ftp.x.org/pub/individual/util/
build
requires
pkg-config
xorg-x11-util-macros
xorg-x11-proto-devel
end
end
packages
package %{name}
package %{name}-debuginfo
template DEBUGINFO
end
end