1 2 3 4 5 6 7 8 9 10 11 12 13
|
# The duplication of files in examples/{tcl,tk}/*.tcl is done
# intentionally by the upstream authors.
plplot-examples: duplicate-files usr/share/doc/plplot-examples/examples/tcl/*.tcl usr/share/doc/plplot-examples/examples/tk/*.tcl
# These shebang paths are chosen on purpose for the example scripts.
plplot-examples: example-unusual-interpreter usr/share/doc/plplot-examples/examples/tk/tk* #!/usr/share/doc/plplot-doc/examples/tk/xtk*
# There are hardcoded architecture tuples in some of the Makefiles,
# what justify this new package being Arch:any.
plplot-examples: package-contains-no-arch-dependent-files
# The repetition of path segment is intended.
plplot-examples: repeated-path-segment cmake usr/share/doc/plplot-examples/examples/cmake/modules/language_support/cmake/*
|