Skip to content

Commit ca86fe2

Browse files
package: add URL to Neo landing page
Change-Id: I7ccdcd6fc454c07321e0d39153daca00b78eae46
1 parent cc30c29 commit ca86fe2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.cmake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,14 @@ if(UNIX)
9393
set(CPACK_PACKAGE_VERSION_PATCH ${NEO_VERSION_BUILD})
9494
set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "amd64")
9595
set(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA "postinst;postrm")
96+
set(CPACK_DEBIAN_PACKAGE_HOMEPAGE "http://01.org/compute-runtime")
9697
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
97-
set(CPACK_RPM_PACKAGE_ARCHITECTURE "x86_64")
9898
set(CPACK_RPM_COMPRESSION_TYPE "xz")
99+
set(CPACK_RPM_PACKAGE_ARCHITECTURE "x86_64")
99100
set(CPACK_RPM_PACKAGE_DESCRIPTION "Intel OpenCL GPU driver")
100101
set(CPACK_RPM_PACKAGE_GROUP "System Environment/Libraries")
101102
set(CPACK_RPM_PACKAGE_LICENSE "MIT")
103+
set(CPACK_RPM_PACKAGE_URL "http://01.org/compute-runtime")
102104
set(CPACK_RPM_POST_INSTALL_SCRIPT_FILE "${IGDRCL_BINARY_DIR}/postinst")
103105
set(CPACK_RPM_POST_UNINSTALL_SCRIPT_FILE "${IGDRCL_BINARY_DIR}/postrm")
104106
set(CPACK_PACKAGE_INSTALL_DIRECTORY "/opt/intel/opencl")

0 commit comments

Comments
 (0)