Changeset 2634 in ProjectBuilder for projects/star/pbconf/1.6/star/deb


Ignore:
Timestamp:
Aug 19, 2020, 1:47:12 AM (4 years ago)
Author:
Bruno Cornec
Message:

add conf to build star with project-builder.org

Location:
projects/star
Files:
2 added
2 deleted
3 edited
4 copied

Legend:

Unmodified
Added
Removed
  • projects/star/pbconf/1.6/star/deb/compat

    r451 r2634  
    1 4
     1PBDEBCOMP
  • projects/star/pbconf/1.6/star/deb/control

    r458 r2634  
    33Priority: optional
    44Maintainer: PBPACKAGER
    5 Build-Depends: debhelper (>= 4.2.20)
    6 Standards-Version: 3.6.1
     5Build-Depends: debhelper (>= 4.2.20), gcc, libattr1-dev, libacl1-dev, e2fslibs-dev
     6Standards-Version: PBDEBSTD
     7Homepage: PBURL
    78
    89Package: PBPKG
     
    1011Section: PBGRP
    1112Priority: optional
    12 Depends: ${shlibs:Depends}, ${misc:Depends}
    13 Description:
     13Depends: ${shlibs:Depends}, ${misc:Depends}, libacl1, libattr1, libc6
     14Description: PBSUMMARY
    1415 PBDESC
    1516 .
    16  Homepage: PBURL
    1717
  • projects/star/pbconf/1.6/star/deb/rules

    r1204 r2634  
    3737build-arch-stamp:
    3838    dh_testdir
     39    #for PLAT in amd64 aarch64; do for AFILE in gcc cc; do [ ! -e RULES/$(PLAT)-linux-$(AFILE).rul ] && ln -s i586-linux-$(AFILE).rul RULES/$(PLAT)-linux-$(AFILE).rul; done; done
    3940
    4041    # Compile the package.
    41     $(MAKE)
    42     chmod 644 script*/*
     42    make COPTX=-DTRY_EXT2_FS GMAKE_NOWARN=true MANDIR=man CFLAGS="-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -mtune=generic -fasynchronous-unwind-tables"
    4343    touch build-stamp
    4444
     
    7474    # Install the package files into build directory:
    7575    dh_install -s
     76    make GMAKE_NOWARN=true "INS_BASE=$(CURDIR)/debian/$(PACKAGE_NAME)/usr" "INS_RBASE=/$(CURDIR)/debian/$(PACKAGE_NAME)" MANDIR=man install
    7677    rm -rf $(CURDIR)/debian/$(PACKAGE_NAME)
    77     mkdir -p $(CURDIR)/debian/$(PACKAGE_NAME)/usr/bin
    78     mkdir -p $(CURDIR)/debian/$(PACKAGE_NAME)/usr/share/man/man1
    79     install -p -m 755 afio $(CURDIR)/debian/$(PACKAGE_NAME)/usr/bin
    80     install -p -m 644 afio.1 $(CURDIR)/debian/$(PACKAGE_NAME)/usr/share/man/man1
     78
     79    #mkdir -p $(CURDIR)/debian/$(PACKAGE_NAME)/usr/bin
     80    #mkdir -p $(CURDIR)/debian/$(PACKAGE_NAME)/usr/share/man/man1
    8181
    8282# Must not depend on anything. This is to be called by
  • projects/star/pbconf/1.6/star/deb/star.docs

    r2626 r2634  
    1 INSTALLATION
    21README
    3 HISTORY
    4 PORTING
    5 SCRIPTS
    6 ANNOUNCE-2.5
     2star/README.ACL
     3star/README.crash
     4star/README.largefiles
     5READMEs/README.linux
     6star/README.mtio
     7star/README.otherbugs
     8star/README.pattern
     9star/README.pax
     10star/README.posix-2001
     11star/STARvsGNUTAR
     12TODO
     13CDDL.Sun.txt
     14CDDL.Schily.txt
     15GPL-2.0.txt
     16LGPL-2.1.txt
Note: See TracChangeset for help on using the changeset viewer.