Changeset 72feb24 in freewrt
- Timestamp:
- Apr 3, 2007, 11:41:54 AM (19 years ago)
- Children:
- 3a8d3e3
- Parents:
- 2b54785
- File:
-
- 1 edited
-
package/screen/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/screen/Makefile
r2b54785 r72feb24 9 9 PKG_NAME:= screen 10 10 PKG_VERSION:= 4.0.2 11 PKG_RELEASE:= 111 PKG_RELEASE:= 2 12 12 PKG_MD5SUM:= ed68ea9b43d9fba0972cb017a24940a1 13 13 PKG_SOURCE_URL:= @GNU/screen … … 19 19 CONFIGURE_STYLE:= gnu 20 20 CONFIGURE_ENV+= $(foreach flag,rename fchmod fchown strerror lstat _exit utimes vsnprintf getcwd setlocale strftime,ac_cv_func_${flag}=yes) 21 CONFIGURE_ARGS+= --with-sys-screenrc=/etc/screenrc 21 22 BUILD_STYLE:= auto 22 23 23 24 do-install: 24 ${INSTALL_DIR} ${IDIR_SCREEN}/usr/ sbin25 ${INSTALL_BIN} ${WRKBUILD}/screen ${IDIR_SCREEN}/usr/ sbin/25 ${INSTALL_DIR} ${IDIR_SCREEN}/usr/bin 26 ${INSTALL_BIN} ${WRKBUILD}/screen ${IDIR_SCREEN}/usr/bin/ 26 27 27 28 include ${TOPDIR}/mk/pkg-bottom.mk
Note:
See TracChangeset
for help on using the changeset viewer.
