| File: lib/libjpeg/Makefile | |
|---|---|
| base-0 | patch-1 |
| Line 9 | Line 9 |
| # GPL, GPL2, BSD, MIT, etc. Or add the URL to any custom license LICENSE = jpeg jpeg_LICENSE_TEXT = $(WORKSRC)/README | # GPL, GPL2, BSD, MIT, etc. Or add the URL to any custom license LICENSE = jpeg jpeg_LICENSE_TEXT = $(WORKSRC)/README |
| DESCRIPTION = define BLURB Enter a longer description here. | |
| You can use multiple lines if you want. | DESCRIPTION = JPEG image library define BLURB JPEG is designed for compressing either full-color or gray-scale images of natural, real-world scenes. It works well on photographs, naturalistic artwork, and similar material; not so well on lettering, simple cartoons, or line drawings. JPEG handles only still images, but there is a related standard called MPEG for motion pictures. |
| endef WORKSRC=$(WORKDIR)/jpeg-$(GARVERSION) # Dependencies are of the form categorydir/packagedir # LIBDEPS are for libraries, and DEPENDS are for everything else | endef WORKSRC=$(WORKDIR)/jpeg-$(GARVERSION) # Dependencies are of the form categorydir/packagedir # LIBDEPS are for libraries, and DEPENDS are for everything else |
| LIBDEPS = | LIBDEPS = devel/glibc |
| DEPENDS = # Builddeps are installed in $(BUILD_PREFIX) in their entirety BUILDDEPS = | DEPENDS = # Builddeps are installed in $(BUILD_PREFIX) in their entirety BUILDDEPS = |
| Line 28 | Line 31 |
| BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = $(WORKSRC)/Makefile | BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = $(WORKSRC)/Makefile |
| CONFIGURE_ARGS = $(DIRPATHS) | CONFIGURE_ARGS = $(DIRPATHS) --enable-shared |
| NODIRPATHS = # If some dirs are trying to install into /, list their names # here, such as: prefix bindir mandir | NODIRPATHS = # If some dirs are trying to install into /, list their names # here, such as: prefix bindir mandir |
| INSTALL_OVERRIDE_DIRS = bindir mandir includedir prefix | INSTALL_OVERRIDE_DIRS = bindir mandir includedir prefix libdir |
| # This should go before any hand-made rules. include ../../gar.mk | # This should go before any hand-made rules. include ../../gar.mk |